#BBC090

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

Shades of Green Mist #BBC090

Tints of Green Mist #BBC090

Color information

#BBC090 (or 0xBBC090) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 90. RGB value is (187,192,144). Sum of RGB (Red+Green+Blue) = 187+192+144=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC090 is #443F6F. Grayscale: #B9B9B9. Windows color (decimal): -4472688 or 9486523. OLE color: 9486523.

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

Color convert

RGB187192144-
CMYK0.0300.250.25
HSL66.25º27.59%65.88%-
HSV(B)66.25º25%75.29%-
XYZ44.3850.2833.75-
YUV185.03104.84129.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 144 (56.64% from 255) = 27.53%
R=35.76%
G=36.71%
B=27.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921440.0300.250.2566.2527.5965.88
HexBBC090301919421c42
Octal27330022030313110234102
Binary10111011110000001001000011011001110011000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC090; }

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

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

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

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

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

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

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

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