#0BB381

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

Shades of Mountain Meadow #0BB381

Tints of Mountain Meadow #0BB381

Color information

#0BB381 (or 0x0BB381) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B3 and 81. RGB value is (11,179,129). Sum of RGB (Red+Green+Blue) = 11+179+129=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB381 is #F44C7E. Grayscale: #7B7B7B. Windows color (decimal): -16010367 or 8499979. OLE color: 8499979.

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

Color convert

RGB11179129-
CMYK0.9400.280.30
HSL162.14º88.42%37.25%-
HSV(B)162.14º93.85%70.2%-
XYZ20.2233.926.25-
YUV123.07131.3448.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.45%
GREEN value IS 179 (70.31% from 255) = 56.11%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=3.45%
G=56.11%
B=40.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791290.9400.280.30162.1488.4237.25
HexBB3815E01C1Ea25825
Octal132632011360343624213045
Binary10111011001110000001101111001110011110101000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,179,129); }

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

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

 a { background-color: rgb(11,179,129); }

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

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

 span { border-color: rgb(11,179,129); }

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