#C2BB75

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

Shades of Dark Khaki #C2BB75

Tints of Dark Khaki #C2BB75

Color information

#C2BB75 (or 0xC2BB75) is unknown color: approx Dark Khaki. HEX triplet: C2, BB and 75. RGB value is (194,187,117). Sum of RGB (Red+Green+Blue) = 194+187+117=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB75 is #3D448A. Grayscale: #B5B5B5. Windows color (decimal): -4015243 or 7715778. OLE color: 7715778.

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

Color convert

RGB194187117-
CMYK00.040.400.24
HSL54.55º38.69%60.98%-
HSV(B)54.55º39.69%76.08%-
XYZ43.2348.2923.87-
YUV181.1191.82137.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=38.96%
G=37.55%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418711700.040.400.2454.5538.6960.98
HexC2BB7504281837273d
Octal302273165045030674775
Binary11000010101110111110101010010100011000110111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB75; }

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

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

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

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

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

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

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

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