COLOR #C0BE4F

HEX: #C0BE4F
RGB: (192,190,79)

Color info

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

RGB color model

#C0BE4F color RGB value is (192,190,79).

  • red value is 192;
  • green value is 190;
  • blue value is 79.
RGB:
(192,190,79)
(75%,75%,31%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 79 of 255 = 31%

192
190
79

R + G + B ~ 60%. #C0BE4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 190 + 79 = 461 (100%)
R 192 of 461 ~ 41.65%
G 190 of 461 ~ 41.21%
B 79 of 461 ~ 17.14%

%41.65
%41.21
%17.14

CMYK color model

#C0BE4F color CMYK value is (0,1,59,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 58.85%
  • key color value is 24.71%
CMYK:
(0,1,59,25)
C0M1Y59K25 
(0%,1%,59%,25%)
(0.00/0.01/0.59/0.25)	

CMYK percentages

%0
%1.04
%58.85
%24.71

Codes

Color #C0BE4F in popluar color models

C0BE4F
RGB19219079
HSL59°47.28%53.14%
HSB/HSV59°58.85%75.29%
CMYK0.00%1.04%58.85%
24.71%

Color #C0BE4F in popluar number systems.

HEXC0BE4F
Decimal19219079
Binary11000000101111101001111
Octal300276117

Shades and tints

Shades of #C0BE4F

#C0BE4F
(192,190,79)
#AFAD48
(175,173,72)
#9E9C41
(158,156,65)
#8D8B3A
(141,139,58)
#7C7A33
(124,122,51)
#6B692C
(107,105,44)
#5A5825
(90,88,37)
#49471E
(73,71,30)
#383617
(56,54,23)
#272510
(39,37,16)
#161409
(22,20,9)
#000000
(0,0,0)

Tints of #C0BE4F

#C0BE4F
(192,190,79)
#C5C35F
(197,195,95)
#CAC86F
(202,200,111)
#CFCD7F
(207,205,127)
#D4D28F
(212,210,143)
#D9D79F
(217,215,159)
#DEDCAF
(222,220,175)
#E3E1BF
(227,225,191)
#E8E6CF
(232,230,207)
#EDEBDF
(237,235,223)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BE4F color. Also use rgb(192,190,79) instead hex code.

Text Font Color

.myTextColor { color: #C0BE4F; }

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

This text font color is #C0BE4F.


Background Color

.myBgColor { background-color: #C0BE4F; }

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

This div background color is #C0BE4F.


Border color

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

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

This div border color is #C0BE4F.


Opacity

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

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

Text with #C0BE4F 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 #C0BE4F;}

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

This text has shadow with #C0BE4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BE4F on black background.


Color preview on white background

This text has color #C0BE4F on white background.



Black color preview on #C0BE4F background

This text has black color on #C0BE4F background.


White color preview on #C0BE4F background

This text has white color on #C0BE4F background.