#C2BD72

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

Shades of Dark Khaki #C2BD72

Tints of Dark Khaki #C2BD72

Color information

#C2BD72 (or 0xC2BD72) is unknown color: approx Dark Khaki. HEX triplet: C2, BD and 72. RGB value is (194,189,114). Sum of RGB (Red+Green+Blue) = 194+189+114=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD72 is #3D428D. Grayscale: #B6B6B6. Windows color (decimal): -4014734 or 7519682. OLE color: 7519682.

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

Color convert

RGB194189114-
CMYK00.030.410.24
HSL56.25º39.6%60.39%-
HSV(B)56.25º41.24%76.08%-
XYZ43.4849.0823.1-
YUV181.9589.66136.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=39.03%
G=38.03%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418911400.030.410.2456.2539.660.39
HexC2BD7203291838283c
Octal302275162035130705074
Binary1100001010111101111001001110100111000111000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD72; }

 p { color: rgb(194,189,114); }

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

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

 a { background-color: rgb(194,189,114); }

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

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

 span { border-color: rgb(194,189,114); }

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