#BBC09D

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

Shades of Green Mist #BBC09D

Tints of Green Mist #BBC09D

Color information

#BBC09D (or 0xBBC09D) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 9D. RGB value is (187,192,157). Sum of RGB (Red+Green+Blue) = 187+192+157=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09D is #443F62. Grayscale: #BABABA. Windows color (decimal): -4472675 or 10338491. OLE color: 10338491.

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

Color convert

RGB187192157-
CMYK0.0300.180.25
HSL68.57º21.74%68.43%-
HSV(B)68.57º18.23%75.29%-
XYZ45.4350.739.29-
YUV186.52111.34128.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=34.89%
G=35.82%
B=29.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921570.0300.180.2568.5721.7468.43
HexBBC09D301219451644
Octal27330023530223110526104
Binary10111011110000001001110111010010110011000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC09D; }

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

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

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

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

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

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

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

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