Html Css Color HEX #C4B866 Dark Khaki

📋 copy color: '#C4B866'

red 196 ◦ green 184 ◦ blue 102

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

Shades of Dark Khaki #C4B866

Tints of Dark Khaki #C4B866

RGB

 RED value IS 196 (76.95% from 255) = 40.66%

 GREEN value IS 184 (72.27% from 255) = 38.17%

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 40.66%
G = 38.17%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4B866 (or 0xC4B866) is known color: Dark Khaki. HEX triplet: C4, B8 and 66. RGB value is (196,184,102). Sum of RGB (Red+Green+Blue) = 196+184+102=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B866 is #3B4799. Grayscale: #B2B2B2. Windows color (decimal): -3884954 or 6731972. OLE color: 6731972.

HSL color Cylindrical-coordinate representation of color #C4B866: hue angle of 52.34º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4B866 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 102 -
CMYK 0 0.06 0.48 0.23
HSL 52.34º 0.44% 0.58% -
HSV(B) 52.34º 0.48% 0.77% -
XYZ 42.3 46.98 19.41 -
YUV 178.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 196 184 102 0 0.06 0.48 0.23 52.34 0.44 0.58
Hex C4 B8 66 0 6 30 17 34 2C 3A
Octal 304 270 146 0 6 60 27 64 54 72
Binary 11000100 10111000 1100110 0 110 110000 10111 110100 101100 111010

Color Harmonies of #C4B866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B866

Black with #C4B866

Text Example


Text Example

White with #C4B866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B866; }

 p { color: rgb(196,184,102); }

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

background-color css

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

 a { background-color: rgb(196,184,102); }

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

border-color css

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

 span { border-color: rgb(196,184,102); }

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