Html Css Color HEX #0BB880 Mountain Meadow

📋 copy color: '#0BB880'

red 11 ◦ green 184 ◦ blue 128

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

Shades of Mountain Meadow #0BB880

Tints of Mountain Meadow #0BB880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 3.41%
G = 56.97%
B = 39.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#0BB880 (or 0x0BB880) is known color: Mountain Meadow. HEX triplet: 0B, B8 and 80. RGB value is (11,184,128). Sum of RGB (Red+Green+Blue) = 11+184+128=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB880 is #F4477F. Grayscale: #7D7D7D. Windows color (decimal): -16009088 or 8435723. OLE color: 8435723.

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

Color convert

RGB 11 184 128 -
CMYK 0.94 0 0.30 0.28
HSL 160.58º 0.89% 0.38% -
HSV(B) 160.58º 0.94% 0.72% -
XYZ 21.17 35.91 26.24 -
YUV 125.89 129.19 46.05 -
System Red Green Blue C M Y K H S L
Decimal 11 184 128 0.94 0 0.30 0.28 160.58 0.89 0.38
Hex B B8 80 5E 0 1E 1C A1 59 26
Octal 13 270 200 136 0 36 34 241 131 46
Binary 1011 10111000 10000000 1011110 0 11110 11100 10100001 1011001 100110

Color Harmonies of #0BB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB880

Black with #0BB880

Text Example


Text Example

White with #0BB880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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