Html Css Color HEX #C2BB78 Dark Khaki

📋 copy color: '#C2BB78'

red 194 ◦ green 187 ◦ blue 120

#C2BB78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C2BB78

Tints of Dark Khaki #C2BB78

RGB

 RED value IS 194 (76.17% from 255) = 38.72%

 GREEN value IS 187 (73.44% from 255) = 37.33%

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 38.72%
G = 37.33%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2BB78 (or 0xC2BB78) is known color: Dark Khaki. HEX triplet: C2, BB and 78. RGB value is (194,187,120). Sum of RGB (Red+Green+Blue) = 194+187+120=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB78 is #3D4487. Grayscale: #B5B5B5. Windows color (decimal): -4015240 or 7912386. OLE color: 7912386.

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

Color convert

RGB 194 187 120 -
CMYK 0 0.04 0.38 0.24
HSL 54.32º 0.38% 0.62% -
HSV(B) 54.32º 0.38% 0.76% -
XYZ 43.41 48.37 24.82 -
YUV 181.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 194 187 120 0 0.04 0.38 0.24 54.32 0.38 0.62
Hex C2 BB 78 0 4 26 18 36 26 3E
Octal 302 273 170 0 4 46 30 66 46 76
Binary 11000010 10111011 1111000 0 100 100110 11000 110110 100110 111110

Color Harmonies of #C2BB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB78

Black with #C2BB78

Text Example


Text Example

White with #C2BB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB78; }

 p { color: rgb(194,187,120); }

 H1.HeaderClassName
 {
   color: #C2BB78;
 }
 .AnyTagClassName
 {
   color: #C2BB78;
 }
</style>

background-color css

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

 a { background-color: rgb(194,187,120); }

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

border-color css

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

 span { border-color: rgb(194,187,120); }

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