#BBBE64

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

Shades of Dark Khaki #BBBE64

Tints of Dark Khaki #BBBE64

Color information

#BBBE64 (or 0xBBBE64) is unknown color: approx Dark Khaki. HEX triplet: BB, BE and 64. RGB value is (187,190,100). Sum of RGB (Red+Green+Blue) = 187+190+100=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE64 is #44419B. Grayscale: #B3B3B3. Windows color (decimal): -4473244 or 6602427. OLE color: 6602427.

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

Color convert

RGB187190100-
CMYK0.0200.470.25
HSL62º40.91%56.86%-
HSV(B)62º47.37%74.51%-
XYZ41.2148.3119.21-
YUV178.8483.51133.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=39.20%
G=39.83%
B=20.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901000.0200.470.256240.9156.86
HexBBBE64202F193e2939
Octal273276144205731765171
Binary1011101110111110110010010010111111001111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE64; }

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

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

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

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

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

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

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

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