#C4BE62

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

Shades of Dark Khaki #C4BE62

Tints of Dark Khaki #C4BE62

Color information

#C4BE62 (or 0xC4BE62) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 62. RGB value is (196,190,98). Sum of RGB (Red+Green+Blue) = 196+190+98=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE62 is #3B419D. Grayscale: #B5B5B5. Windows color (decimal): -3883422 or 6471364. OLE color: 6471364.

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

Color convert

RGB19619098-
CMYK00.030.50.23
HSL56.33º45.37%57.65%-
HSV(B)56.33º50%76.86%-
XYZ43.3849.4418.81-
YUV181.3180.99138.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=40.50%
G=39.26%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961909800.030.50.2356.3345.3757.65
HexC4BE62033217382d3a
Octal304276142036227705572
Binary1100010010111110110001001111001010111111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE62; }

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

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

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

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

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

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

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

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