#BEBE60

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

Shades of Dark Khaki #BEBE60

Tints of Dark Khaki #BEBE60

Color information

#BEBE60 (or 0xBEBE60) is unknown color: approx Dark Khaki. HEX triplet: BE, BE and 60. RGB value is (190,190,96). Sum of RGB (Red+Green+Blue) = 190+190+96=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE60 is #41419F. Grayscale: #B3B3B3. Windows color (decimal): -4276640 or 6340286. OLE color: 6340286.

HSL color Cylindrical-coordinate representation of color #BEBE60: hue angle of 60º 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 #BEBE60 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19019096-
CMYK000.490.25
HSL60º41.96%56.08%-
HSV(B)60º49.47%74.51%-
XYZ41.7648.6218.25-
YUV179.2881135.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 96 (37.89% from 255) = 20.17%
R=39.92%
G=39.92%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019096000.490.256041.9656.08
HexBEBE600031193c2a38
Octal276276140006131745270
Binary101111101011111011000000011000111001111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE60; }

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

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

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

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

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

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

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

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