#0BB287

Color #0BB287 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0BB287

Tints of Mountain Meadow #0BB287

Color information

#0BB287 (or 0x0BB287) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B2 and 87. RGB value is (11,178,135). Sum of RGB (Red+Green+Blue) = 11+178+135=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB287 is #F44D78. Grayscale: #7B7B7B. Windows color (decimal): -16010617 or 8892939. OLE color: 8892939.

HSL color Cylindrical-coordinate representation of color #0BB287: hue angle of 164.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB287 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB11178135-
CMYK0.9400.240.30
HSL164.55º88.36%37.06%-
HSV(B)164.55º93.82%69.8%-
XYZ20.4333.6628.34-
YUV123.16134.6748-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.40%
GREEN value IS 178 (69.92% from 255) = 54.94%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=3.40%
G=54.94%
B=41.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111781350.9400.240.30164.5588.3637.06
HexBB2875E0181Ea55825
Octal132622071360303624513045
Binary10111011001010000111101111001100011110101001011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB287; }

 p { color: rgb(11,178,135); }

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

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

 a { background-color: rgb(11,178,135); }

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

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

 span { border-color: rgb(11,178,135); }

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