Html Css Color HEX #0BB992 Mountain Meadow

📋 copy color: '#0BB992'

red 11 ◦ green 185 ◦ blue 146

#0BB992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0BB992

Tints of Mountain Meadow #0BB992

RGB

 RED value IS 11 (4.69% from 255) = 3.22%

 GREEN value IS 185 (72.66% from 255) = 54.09%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 3.22%
G = 54.09%
B = 42.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#0BB992 (or 0x0BB992) is known color: Mountain Meadow. HEX triplet: 0B, B9 and 92. RGB value is (11,185,146). Sum of RGB (Red+Green+Blue) = 11+185+146=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB992 is #F4466D. Grayscale: #808080. Windows color (decimal): -16008814 or 9615627. OLE color: 9615627.

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

Color convert

RGB 11 185 146 -
CMYK 0.94 0 0.21 0.27
HSL 166.55º 0.89% 0.38% -
HSV(B) 166.55º 0.94% 0.73% -
XYZ 22.68 36.84 33.11 -
YUV 128.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 11 185 146 0.94 0 0.21 0.27 166.55 0.89 0.38
Hex B B9 92 5E 0 15 1B A7 59 26
Octal 13 271 222 136 0 25 33 247 131 46
Binary 1011 10111001 10010010 1011110 0 10101 11011 10100111 1011001 100110

Color Harmonies of #0BB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB992

Black with #0BB992

Text Example


Text Example

White with #0BB992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BB992;
 }
 .AnyTagClassName
 {
   color: #0BB992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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