#BBBE70

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

Shades of Dark Khaki #BBBE70

Tints of Dark Khaki #BBBE70

Color information

#BBBE70 (or 0xBBBE70) is unknown color: approx Dark Khaki. HEX triplet: BB, BE and 70. RGB value is (187,190,112). Sum of RGB (Red+Green+Blue) = 187+190+112=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE70 is #44418F. Grayscale: #B4B4B4. Windows color (decimal): -4473232 or 7388859. OLE color: 7388859.

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

Color convert

RGB187190112-
CMYK0.0200.410.25
HSL62.31º37.5%59.22%-
HSV(B)62.31º41.05%74.51%-
XYZ41.8348.5622.5-
YUV180.2189.51132.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=38.24%
G=38.85%
B=22.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901120.0200.410.2562.3137.559.22
HexBBBE702029193e263b
Octal273276160205131764673
Binary1011101110111110111000010010100111001111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE70; }

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

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

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

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

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

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

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

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