#0BBA92

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

Shades of Mountain Meadow #0BBA92

Tints of Mountain Meadow #0BBA92

Color information

#0BBA92 (or 0x0BBA92) is unknown color: approx Mountain Meadow. HEX triplet: 0B, BA and 92. RGB value is (11,186,146). Sum of RGB (Red+Green+Blue) = 11+186+146=343 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.21% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA92 is #F4456D. Grayscale: #818181. Windows color (decimal): -16008558 or 9615883. OLE color: 9615883.

HSL color Cylindrical-coordinate representation of color #0BBA92: hue angle of 166.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA92 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB11186146-
CMYK0.9400.220.27
HSL166.29º88.83%38.63%-
HSV(B)166.29º94.09%72.94%-
XYZ22.8937.2633.18-
YUV129.11137.5243.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.21%
GREEN value IS 186 (73.05% from 255) = 54.23%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=3.21%
G=54.23%
B=42.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111861460.9400.220.27166.2988.8338.63
HexBBA925E0161Ba65927
Octal132722221360263324613147
Binary10111011101010010010101111001011011011101001101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,186,146); }

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

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

 a { background-color: rgb(11,186,146); }

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

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

 span { border-color: rgb(11,186,146); }

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