#BBC191

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

Shades of Green Mist #BBC191

Tints of Green Mist #BBC191

Color information

#BBC191 (or 0xBBC191) is unknown color: approx Green Mist. HEX triplet: BB, C1 and 91. RGB value is (187,193,145). Sum of RGB (Red+Green+Blue) = 187+193+145=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC191 is #443E6E. Grayscale: #B9B9B9. Windows color (decimal): -4472431 or 9552315. OLE color: 9552315.

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

Color convert

RGB187193145-
CMYK0.0300.250.24
HSL67.5º27.91%66.27%-
HSV(B)67.5º24.87%75.69%-
XYZ44.6750.7534.23-
YUV185.73105.01128.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=35.62%
G=36.76%
B=27.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931450.0300.250.2467.527.9166.27
HexBBC191301918441c42
Octal27330122130313010434102
Binary10111011110000011001000111011001110001000100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC191; }

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

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

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

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

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

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

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

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