#BBBE69

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

Shades of Dark Khaki #BBBE69

Tints of Dark Khaki #BBBE69

Color information

#BBBE69 (or 0xBBBE69) is unknown color: approx Dark Khaki. HEX triplet: BB, BE and 69. RGB value is (187,190,105). Sum of RGB (Red+Green+Blue) = 187+190+105=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE69 is #444196. Grayscale: #B3B3B3. Windows color (decimal): -4473239 or 6930107. OLE color: 6930107.

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

Color convert

RGB187190105-
CMYK0.0200.450.25
HSL62.12º39.53%57.84%-
HSV(B)62.12º44.74%74.51%-
XYZ41.4648.4120.52-
YUV179.4186.01133.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=38.80%
G=39.42%
B=21.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901050.0200.450.2562.1239.5357.84
HexBBBE69202D193e283a
Octal273276151205531765072
Binary1011101110111110110100110010110111001111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE69; }

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

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

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

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

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

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

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

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