#BEBB66

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

Shades of Dark Khaki #BEBB66

Tints of Dark Khaki #BEBB66

Color information

#BEBB66 (or 0xBEBB66) is unknown color: approx Dark Khaki. HEX triplet: BE, BB and 66. RGB value is (190,187,102). Sum of RGB (Red+Green+Blue) = 190+187+102=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB66 is #414499. Grayscale: #B2B2B2. Windows color (decimal): -4277402 or 6732734. OLE color: 6732734.

HSL color Cylindrical-coordinate representation of color #BEBB66: hue angle of 57.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEBB66 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190187102-
CMYK00.020.460.25
HSL57.95º40.37%57.25%-
HSV(B)57.95º46.32%74.51%-
XYZ41.447.4519.55-
YUV178.2184.99136.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=39.67%
G=39.04%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018710200.020.460.2557.9540.3757.25
HexBEBB66022E193a2839
Octal276273146025631725071
Binary1011111010111011110011001010111011001111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB66; }

 p { color: rgb(190,187,102); }

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

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

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

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

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

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

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