Html Css Color HEX #0BB882 Mountain Meadow

📋 copy color: '#0BB882'

red 11 ◦ green 184 ◦ blue 130

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

Shades of Mountain Meadow #0BB882

Tints of Mountain Meadow #0BB882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.62%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 3.38%
G = 56.62%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#0BB882 (or 0x0BB882) is known color: Mountain Meadow. HEX triplet: 0B, B8 and 82. RGB value is (11,184,130). Sum of RGB (Red+Green+Blue) = 11+184+130=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB882 is #F4477D. Grayscale: #7E7E7E. Windows color (decimal): -16009086 or 8566795. OLE color: 8566795.

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

Color convert

RGB 11 184 130 -
CMYK 0.94 0 0.29 0.28
HSL 161.27º 0.89% 0.38% -
HSV(B) 161.27º 0.94% 0.72% -
XYZ 21.31 35.96 26.94 -
YUV 126.12 130.19 45.89 -
System Red Green Blue C M Y K H S L
Decimal 11 184 130 0.94 0 0.29 0.28 161.27 0.89 0.38
Hex B B8 82 5E 0 1D 1C A1 59 26
Octal 13 270 202 136 0 35 34 241 131 46
Binary 1011 10111000 10000010 1011110 0 11101 11100 10100001 1011001 100110

Color Harmonies of #0BB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB882

Black with #0BB882

Text Example


Text Example

White with #0BB882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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