#C4BF63

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

Shades of Dark Khaki #C4BF63

Tints of Dark Khaki #C4BF63

Color information

#C4BF63 (or 0xC4BF63) is unknown color: approx Dark Khaki. HEX triplet: C4, BF and 63. RGB value is (196,191,99). Sum of RGB (Red+Green+Blue) = 196+191+99=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF63 is #3B409C. Grayscale: #B6B6B6. Windows color (decimal): -3883165 or 6537156. OLE color: 6537156.

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

Color convert

RGB19619199-
CMYK00.030.490.23
HSL56.91º45.12%57.84%-
HSV(B)56.91º49.49%76.86%-
XYZ43.6549.919.14-
YUV182.0181.16137.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 99 (39.06% from 255) = 20.37%
R=40.33%
G=39.30%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961919900.030.490.2356.9145.1257.84
HexC4BF63033117392d3a
Octal304277143036127715572
Binary1100010010111111110001101111000110111111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF63; }

 p { color: rgb(196,191,99); }

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

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

 a { background-color: rgb(196,191,99); }

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

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

 span { border-color: rgb(196,191,99); }

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