#BBC09B

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

Shades of Green Mist #BBC09B

Tints of Green Mist #BBC09B

Color information

#BBC09B (or 0xBBC09B) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 9B. RGB value is (187,192,155). Sum of RGB (Red+Green+Blue) = 187+192+155=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09B is #443F64. Grayscale: #BABABA. Windows color (decimal): -4472677 or 10207419. OLE color: 10207419.

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

Color convert

RGB187192155-
CMYK0.0300.190.25
HSL68.11º22.7%68.04%-
HSV(B)68.11º19.27%75.29%-
XYZ45.2650.6338.4-
YUV186.29110.34128.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=35.02%
G=35.96%
B=29.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921550.0300.190.2568.1122.768.04
HexBBC09B301319441744
Octal27330023330233110427104
Binary10111011110000001001101111010011110011000100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC09B; }

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

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

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

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

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

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

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

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