#C2BB6C

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

Shades of Dark Khaki #C2BB6C

Tints of Dark Khaki #C2BB6C

Color information

#C2BB6C (or 0xC2BB6C) is unknown color: approx Dark Khaki. HEX triplet: C2, BB and 6C. RGB value is (194,187,108). Sum of RGB (Red+Green+Blue) = 194+187+108=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB6C is #3D4493. Grayscale: #B4B4B4. Windows color (decimal): -4015252 or 7125954. OLE color: 7125954.

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

Color convert

RGB194187108-
CMYK00.040.440.24
HSL55.12º41.35%59.22%-
HSV(B)55.12º44.33%76.08%-
XYZ42.7348.0921.22-
YUV180.0987.32137.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=39.67%
G=38.24%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418710800.040.440.2455.1241.3559.22
HexC2BB6C042C1837293b
Octal302273154045430675173
Binary11000010101110111101100010010110011000110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB6C; }

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

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

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

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

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

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

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

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