#C2BB62

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

Shades of Dark Khaki #C2BB62

Tints of Dark Khaki #C2BB62

Color information

#C2BB62 (or 0xC2BB62) is unknown color: approx Dark Khaki. HEX triplet: C2, BB and 62. RGB value is (194,187,98). Sum of RGB (Red+Green+Blue) = 194+187+98=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB62 is #3D449D. Grayscale: #B3B3B3. Windows color (decimal): -4015262 or 6470594. OLE color: 6470594.

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

Color convert

RGB19418798-
CMYK00.040.490.24
HSL55.62º44.04%57.25%-
HSV(B)55.62º49.48%76.08%-
XYZ42.2247.8918.57-
YUV178.9582.32138.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=40.50%
G=39.04%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941879800.040.490.2455.6244.0457.25
HexC2BB62043118382c39
Octal302273142046130705471
Binary11000010101110111100010010011000111000111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB62; }

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

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

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

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

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

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

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

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