#0BB286

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

Shades of Mountain Meadow #0BB286

Tints of Mountain Meadow #0BB286

Color information

#0BB286 (or 0x0BB286) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B2 and 86. RGB value is (11,178,134). Sum of RGB (Red+Green+Blue) = 11+178+134=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB286 is #F44D79. Grayscale: #7B7B7B. Windows color (decimal): -16010618 or 8827403. OLE color: 8827403.

HSL color Cylindrical-coordinate representation of color #0BB286: hue angle of 164.19º 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 #0BB286 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB11178134-
CMYK0.9400.250.30
HSL164.19º88.36%37.06%-
HSV(B)164.19º93.82%69.8%-
XYZ20.3633.6327.97-
YUV123.05134.1748.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.41%
GREEN value IS 178 (69.92% from 255) = 55.11%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=3.41%
G=55.11%
B=41.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111781340.9400.250.30164.1988.3637.06
HexBB2865E0191Ea45825
Octal132622061360313624413045
Binary10111011001010000110101111001100111110101001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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