#C3BC76

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

Shades of Dark Khaki #C3BC76

Tints of Dark Khaki #C3BC76

Color information

#C3BC76 (or 0xC3BC76) is unknown color: approx Dark Khaki. HEX triplet: C3, BC and 76. RGB value is (195,188,118). Sum of RGB (Red+Green+Blue) = 195+188+118=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC76 is #3C4389. Grayscale: #B6B6B6. Windows color (decimal): -3949450 or 7781571. OLE color: 7781571.

HSL color Cylindrical-coordinate representation of color #C3BC76: 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.39%. Process color model (Four color, CMYK) of #C3BC76 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB195188118-
CMYK00.040.390.24
HSL54.55º39.09%61.37%-
HSV(B)54.55º39.49%76.47%-
XYZ43.7648.8824.27-
YUV182.1191.82137.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=38.92%
G=37.52%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518811800.040.390.2454.5539.0961.37
HexC3BC7604271837273d
Octal303274166044730674775
Binary11000011101111001110110010010011111000110111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC76; }

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

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

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

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

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

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

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

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