#BBC097

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

Shades of Green Mist #BBC097

Tints of Green Mist #BBC097

Color information

#BBC097 (or 0xBBC097) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 97. RGB value is (187,192,151). Sum of RGB (Red+Green+Blue) = 187+192+151=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC097 is #443F68. Grayscale: #B9B9B9. Windows color (decimal): -4472681 or 9945275. OLE color: 9945275.

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

Color convert

RGB187192151-
CMYK0.0300.210.25
HSL67.32º24.55%67.25%-
HSV(B)67.32º21.35%75.29%-
XYZ44.9350.536.66-
YUV185.83108.34128.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=35.28%
G=36.23%
B=28.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921510.0300.210.2567.3224.5567.25
HexBBC097301519431943
Octal27330022730253110331103
Binary10111011110000001001011111010101110011000011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC097; }

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

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

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

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

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

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

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

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