#C4BE61

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

Shades of Dark Khaki #C4BE61

Tints of Dark Khaki #C4BE61

Color information

#C4BE61 (or 0xC4BE61) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 61. RGB value is (196,190,97). Sum of RGB (Red+Green+Blue) = 196+190+97=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE61 is #3B419E. Grayscale: #B5B5B5. Windows color (decimal): -3883423 or 6405828. OLE color: 6405828.

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

Color convert

RGB19619097-
CMYK00.030.510.23
HSL56.36º45.62%57.45%-
HSV(B)56.36º50.51%76.86%-
XYZ43.3449.4318.57-
YUV181.1980.49138.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=40.58%
G=39.34%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961909700.030.510.2356.3645.6257.45
HexC4BE61033317382e39
Octal304276141036327705671
Binary1100010010111110110000101111001110111111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE61; }

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

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

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

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

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

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

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

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