#BBC091

Color #BBC091 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BBC091

Tints of Green Mist #BBC091

Color information

#BBC091 (or 0xBBC091) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 91. RGB value is (187,192,145). Sum of RGB (Red+Green+Blue) = 187+192+145=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC091 is #443F6E. Grayscale: #B9B9B9. Windows color (decimal): -4472687 or 9552059. OLE color: 9552059.

HSL color Cylindrical-coordinate representation of color #BBC091: hue angle of 66.38º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC091 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB187192145-
CMYK0.0300.240.25
HSL66.38º27.17%66.08%-
HSV(B)66.38º24.48%75.29%-
XYZ44.4550.3134.16-
YUV185.15105.34129.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=35.69%
G=36.64%
B=27.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921450.0300.240.2566.3827.1766.08
HexBBC091301819421b42
Octal27330022130303110233102
Binary10111011110000001001000111011000110011000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC091; }

 p { color: rgb(187,192,145); }

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

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

 a { background-color: rgb(187,192,145); }

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

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

 span { border-color: rgb(187,192,145); }

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