#BEB96C

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

Shades of Dark Khaki #BEB96C

Tints of Dark Khaki #BEB96C

Color information

#BEB96C (or 0xBEB96C) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 6C. RGB value is (190,185,108). Sum of RGB (Red+Green+Blue) = 190+185+108=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB96C is #414693. Grayscale: #B2B2B2. Windows color (decimal): -4277908 or 7125438. OLE color: 7125438.

HSL color Cylindrical-coordinate representation of color #BEB96C: hue angle of 56.34º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEB96C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190185108-
CMYK00.030.430.25
HSL56.34º38.68%58.43%-
HSV(B)56.34º43.16%74.51%-
XYZ41.2946.7321.03-
YUV177.7288.66136.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=39.34%
G=38.30%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018510800.030.430.2556.3438.6858.43
HexBEB96C032B1938273a
Octal276271154035331704772
Binary1011111010111001110110001110101111001111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB96C; }

 p { color: rgb(190,185,108); }

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

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

 a { background-color: rgb(190,185,108); }

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

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

 span { border-color: rgb(190,185,108); }

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