#C4C266

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

Shades of Dark Khaki #C4C266

Tints of Dark Khaki #C4C266

Color information

#C4C266 (or 0xC4C266) is unknown color: approx Dark Khaki. HEX triplet: C4, C2 and 66. RGB value is (196,194,102). Sum of RGB (Red+Green+Blue) = 196+194+102=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C266 is #3B3D99. Grayscale: #B8B8B8. Windows color (decimal): -3882394 or 6734532. OLE color: 6734532.

HSL color Cylindrical-coordinate representation of color #C4C266: hue angle of 58.72º 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 #C4C266 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196194102-
CMYK00.010.480.23
HSL58.72º44.34%58.43%-
HSV(B)58.72º47.96%76.86%-
XYZ44.4651.2820.13-
YUV184.1181.66136.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=39.84%
G=39.43%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619410200.010.480.2358.7244.3458.43
HexC4C2660130173b2c3a
Octal304302146016027735472
Binary110001001100001011001100111000010111111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C266; }

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

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

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

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

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

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

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

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