#0BB282

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

Shades of Mountain Meadow #0BB282

Tints of Mountain Meadow #0BB282

Color information

#0BB282 (or 0x0BB282) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B2 and 82. RGB value is (11,178,130). Sum of RGB (Red+Green+Blue) = 11+178+130=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB282 is #F44D7D. Grayscale: #7A7A7A. Windows color (decimal): -16010622 or 8565259. OLE color: 8565259.

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

Color convert

RGB11178130-
CMYK0.9400.270.30
HSL162.75º88.36%37.06%-
HSV(B)162.75º93.82%69.8%-
XYZ20.0933.5226.53-
YUV122.6132.1748.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.45%
GREEN value IS 178 (69.92% from 255) = 55.80%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=3.45%
G=55.80%
B=40.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111781300.9400.270.30162.7588.3637.06
HexBB2825E01B1Ea35825
Octal132622021360333624313045
Binary10111011001010000010101111001101111110101000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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