#BEBD60

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

Shades of Dark Khaki #BEBD60

Tints of Dark Khaki #BEBD60

Color information

#BEBD60 (or 0xBEBD60) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 60. RGB value is (190,189,96). Sum of RGB (Red+Green+Blue) = 190+189+96=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD60 is #41429F. Grayscale: #B3B3B3. Windows color (decimal): -4276896 or 6340030. OLE color: 6340030.

HSL color Cylindrical-coordinate representation of color #BEBD60: hue angle of 59.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEBD60 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19018996-
CMYK00.010.490.25
HSL59.36º41.96%56.08%-
HSV(B)59.36º49.47%74.51%-
XYZ41.5448.1918.18-
YUV178.781.33136.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=40%
G=39.79%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901899600.010.490.2559.3641.9656.08
HexBEBD600131193b2a38
Octal276275140016131735270
Binary101111101011110111000000111000111001111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD60; }

 p { color: rgb(190,189,96); }

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

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

 a { background-color: rgb(190,189,96); }

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

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

 span { border-color: rgb(190,189,96); }

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