#0BB892

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

Shades of Mountain Meadow #0BB892

Tints of Mountain Meadow #0BB892

Color information

#0BB892 (or 0x0BB892) is unknown color: approx Mountain Meadow. HEX triplet: 0B, B8 and 92. RGB value is (11,184,146). Sum of RGB (Red+Green+Blue) = 11+184+146=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB892 is #F4476D. Grayscale: #7F7F7F. Windows color (decimal): -16009070 or 9615371. OLE color: 9615371.

HSL color Cylindrical-coordinate representation of color #0BB892: hue angle of 166.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB892 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB11184146-
CMYK0.9400.210.28
HSL166.82º88.72%38.24%-
HSV(B)166.82º94.02%72.16%-
XYZ22.4736.4333.04-
YUV127.94138.1944.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.23%
GREEN value IS 184 (72.27% from 255) = 53.96%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=3.23%
G=53.96%
B=42.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111841460.9400.210.28166.8288.7238.24
HexBB8925E0151Ca75926
Octal132702221360253424713146
Binary10111011100010010010101111001010111100101001111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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