#C4BE75

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

Shades of Dark Khaki #C4BE75

Tints of Dark Khaki #C4BE75

Color information

#C4BE75 (or 0xC4BE75) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 75. RGB value is (196,190,117). Sum of RGB (Red+Green+Blue) = 196+190+117=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE75 is #3B418A. Grayscale: #B7B7B7. Windows color (decimal): -3883403 or 7716548. OLE color: 7716548.

HSL color Cylindrical-coordinate representation of color #C4BE75: hue angle of 55.44º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BE75 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196190117-
CMYK00.030.400.23
HSL55.44º40.1%61.37%-
HSV(B)55.44º40.31%76.86%-
XYZ44.3949.8524.11-
YUV183.4790.49136.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=38.97%
G=37.77%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619011700.030.400.2355.4440.161.37
HexC4BE7503281737283d
Octal304276165035027675075
Binary1100010010111110111010101110100010111110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE75; }

 p { color: rgb(196,190,117); }

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

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

 a { background-color: rgb(196,190,117); }

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

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

 span { border-color: rgb(196,190,117); }

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