COLOR #CABF62

HEX: #CABF62
RGB: (202,191,98)

Color info

#CABF62 contains mainly red and green colors. Web safe color of #CABF62 is #CCCC66 (or #CC6).

RGB color model

#CABF62 color RGB value is (202,191,98).

  • red value is 202;
  • green value is 191;
  • blue value is 98.
RGB:
(202,191,98)
(79%,75%,38%)

RGB channels and saturation

R 202 of 255 = 79%
G 191 of 255 = 75%
B 98 of 255 = 38%

202
191
98

R + G + B ~ 64%. #CABF62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 191 + 98 = 491 (100%)
R 202 of 491 ~ 41.14%
G 191 of 491 ~ 38.9%
B 98 of 491 ~ 19.96%

%41.14
%38.9
%19.96

CMYK color model

#CABF62 color CMYK value is (0,5,51,21).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 51.49%
  • key color value is 20.78%
CMYK:
(0,5,51,21)
C0M5Y51K21 
(0%,5%,51%,21%)
(0.00/0.05/0.51/0.21)	

CMYK percentages

%0
%5.45
%51.49
%20.78

Codes

Color #CABF62 in popluar color models

CABF62
RGB20219198
HSL54°49.52%58.82%
HSB/HSV54°51.49%79.22%
CMYK0.00%5.45%51.49%
20.78%

Color #CABF62 in popluar number systems.

HEXCABF62
Decimal20219198
Binary11001010101111111100010
Octal312277142

Shades and tints

Shades of #CABF62

#CABF62
(202,191,98)
#B8AE5A
(184,174,90)
#A69D52
(166,157,82)
#948C4A
(148,140,74)
#827B42
(130,123,66)
#706A3A
(112,106,58)
#5E5932
(94,89,50)
#4C482A
(76,72,42)
#3A3722
(58,55,34)
#28261A
(40,38,26)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #CABF62

#CABF62
(202,191,98)
#CEC470
(206,196,112)
#D2C97E
(210,201,126)
#D6CE8C
(214,206,140)
#DAD39A
(218,211,154)
#DED8A8
(222,216,168)
#E2DDB6
(226,221,182)
#E6E2C4
(230,226,196)
#EAE7D2
(234,231,210)
#EEECE0
(238,236,224)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABF62 color. Also use rgb(202,191,98) instead hex code.

Text Font Color

.myTextColor { color: #CABF62; }

<p style="color:#CABF62">This sample text font color is #CABF62.</p>

This text font color is #CABF62.


Background Color

.myBgColor { background-color: #CABF62; }

<div style="background-color:#CABF62">Inner text</div>

This div background color is #CABF62.


Border color

.myBorderColor { border: 1px solid #CABF62; }

<div style="border:3px solid #CABF62">Div</div>

This div border color is #CABF62.


Opacity

.myOpacity80 { color: #CABF62; opacity: 0.8; }

<p style="color:#CABF62;opacity:0.8;">80%</p>

Text with #CABF62 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CABF62;}

<p style="text-shadow: 3px 3px 1px #CABF62">Text here.</p>

This text has shadow with #CABF62 color.

.textShadow {text-shadow: 3px 3px 1px #CABF62, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CABF62, 5px 5px 20px red">Text here.</p>

This text has shadow with #CABF62 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CABF62, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CABF62, Direction=45, Strength=4)">Text</p>

This text has shadow with #CABF62 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CABF62;
  -webkit-box-shadow:	1px 1px 3px 2px #CABF62;
  box-shadow:		1px 1px 3px 2px #CABF62;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CABF62;
-webkit-box-shadow: 1px 1px 3px 2px #CABF62;
box-shadow:1px 1px 3px 2px #CABF62;">
Div content here</div>
This div box has shadow with color #CABF62.

Preview

Color preview on black background

This text has color #CABF62 on black background.


Color preview on white background

This text has color #CABF62 on white background.



Black color preview on #CABF62 background

This text has black color on #CABF62 background.


White color preview on #CABF62 background

This text has white color on #CABF62 background.