#C3BC72

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

Shades of Dark Khaki #C3BC72

Tints of Dark Khaki #C3BC72

Color information

#C3BC72 (or 0xC3BC72) is unknown color: approx Dark Khaki. HEX triplet: C3, BC and 72. RGB value is (195,188,114). Sum of RGB (Red+Green+Blue) = 195+188+114=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC72 is #3C438D. Grayscale: #B5B5B5. Windows color (decimal): -3949454 or 7519427. OLE color: 7519427.

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

Color convert

RGB195188114-
CMYK00.040.420.24
HSL54.81º40.3%60.59%-
HSV(B)54.81º41.54%76.47%-
XYZ43.5348.7823.04-
YUV181.6689.82137.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=39.24%
G=37.83%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518811400.040.420.2454.8140.360.59
HexC3BC72042A1837283d
Octal303274162045230675075
Binary11000011101111001110010010010101011000110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC72; }

 p { color: rgb(195,188,114); }

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

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

 a { background-color: rgb(195,188,114); }

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

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

 span { border-color: rgb(195,188,114); }

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