#BBC093

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

Shades of Green Mist #BBC093

Tints of Green Mist #BBC093

Color information

#BBC093 (or 0xBBC093) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 93. RGB value is (187,192,147). Sum of RGB (Red+Green+Blue) = 187+192+147=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC093 is #443F6C. Grayscale: #B9B9B9. Windows color (decimal): -4472685 or 9683131. OLE color: 9683131.

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

Color convert

RGB187192147-
CMYK0.0300.230.25
HSL66.67º26.32%66.47%-
HSV(B)66.67º23.44%75.29%-
XYZ44.6150.3734.98-
YUV185.38106.34129.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=35.55%
G=36.50%
B=27.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921470.0300.230.2566.6726.3266.47
HexBBC093301719431a42
Octal27330022330273110332102
Binary10111011110000001001001111010111110011000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC093; }

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

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

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

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

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

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

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

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