#C2BC77

Color #C2BC77 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C2BC77

Tints of Dark Khaki #C2BC77

Color information

#C2BC77 (or 0xC2BC77) is unknown color: approx Dark Khaki. HEX triplet: C2, BC and 77. RGB value is (194,188,119). Sum of RGB (Red+Green+Blue) = 194+188+119=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC77 is #3D4388. Grayscale: #B6B6B6. Windows color (decimal): -4014985 or 7847106. OLE color: 7847106.

HSL color Cylindrical-coordinate representation of color #C2BC77: hue angle of 55.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2BC77 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194188119-
CMYK00.030.390.24
HSL55.2º38.07%61.37%-
HSV(B)55.2º38.66%76.08%-
XYZ43.5648.7724.57-
YUV181.9392.49136.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=38.72%
G=37.52%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418811900.030.390.2455.238.0761.37
HexC2BC7703271837263d
Octal302274167034730674675
Binary1100001010111100111011101110011111000110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC77; }

 p { color: rgb(194,188,119); }

 H1.HeaderClassName
 {
   color: #C2BC77;
 }
 .AnyTagClassName
 {
   color: #C2BC77;
 }
</style>
background-color css

<style>
 a { background-color: #C2BC77; }

 a { background-color: rgb(194,188,119); }

 div.DivClassName
 {
   background-color: #C2BC77;
 }
 .BgClassName
 {
   background-color: #C2BC77;
 }
</style>
border-color css

<style>
 span { border-color: #C2BC77; }

 span { border-color: rgb(194,188,119); }

 td.TdClassName
 {
   border-color: #C2BC77;
 }
 .TagClassName
 {
   border-color: #C2BC77;
 }
</style>