COLOR #C0BE66

HEX: #C0BE66 RGB: (192,190,102)

Color info

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

RGB color model

#C0BE66 color RGB value is (192,190,102).

RGB: (192,190,102) (75%, 75%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 190 of 255 = 75%
B 102 of 255 = 40%

192
190
102

R + G + B ~ 63%. #C0BE66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 190 + 102 = 484 (100%)
R 192 of 484 ~ 39.67%
G 190 of 484 ~ 39.26%
B 102 of 484 ~ 21.07'%

%39.67
%39.26
%21.07

CMYK color model

#C0BE66 color CMYK value is (0,1,47,25).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 46.88%
  • key color value is 24.71%

CMYK: (0,1,47,25)
C0M1Y47K25 (0%, 1%, 47%, 25%)
(0.00 / 0.01 / 0.47 / 0.25)

CMYK percentages

%0
%1.04
%46.88
%24.71

Codes

Color #C0BE66 in popluar color models

C0 BE 66
RGB 192 190 102
HSL 59° 41.67% 57.65%
HSB/HSV 59° 46.88% 75.29%
CMYK 0.00% 1.04% 46.88%
24.71%

Color #C0BE66 in popluar number systems.

HEX C0 BE 66
Decimal 192 190 102
Binary 11000000 10111110 1100110
Octal 300 276 146

Shades and tints

Shades of #C0BE66

#C0BE66
(192,190,102)
#AFAD5D
(175,173,93)
#9E9C54
(158,156,84)
#8D8B4B
(141,139,75)
#7C7A42
(124,122,66)
#6B6939
(107,105,57)
#5A5830
(90,88,48)
#494727
(73,71,39)
#38361E
(56,54,30)
#272515
(39,37,21)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #C0BE66

#C0BE66
(192,190,102)
#C5C373
(197,195,115)
#CAC880
(202,200,128)
#CFCD8D
(207,205,141)
#D4D29A
(212,210,154)
#D9D7A7
(217,215,167)
#DEDCB4
(222,220,180)
#E3E1C1
(227,225,193)
#E8E6CE
(232,230,206)
#EDEBDB
(237,235,219)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0BE66; }

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

This text font color is #C0BE66.

Background Color

.myBgColor { background-color: #C0BE66; }

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

This div background color is #C0BE66.

Border color

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

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

This div border color is #C0BE66.

Opacity

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

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

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

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

This text has shadow with #C0BE66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0BE66.

Preview

Color preview on black background

This text has color #C0BE66 on black background.


Color preview on white background

This text has color #C0BE66 on white background.


Black color preview on #C0BE66 background

This text has black color on #C0BE66 background.


White color preview on #C0BE66 background

This text has white color on #C0BE66 background.


Related colors

Complementary color

Complementary color for #hex is #3F4199.


I love getcolorcode.com

Triadic colors

1 #66C0BE and #BE66C0 with #C0BE66 are triadic colors.

2 #66BEC0 and #BEC066 with #C0BE66 are triadic colors.