Html Css Color HEX #0BB287 Mountain Meadow

📋 copy color: '#0BB287'

red 11 ◦ green 178 ◦ blue 135

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

Shades of Mountain Meadow #0BB287

Tints of Mountain Meadow #0BB287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.94%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 3.4%
G = 54.94%
B = 41.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#0BB287 (or 0x0BB287) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 87. RGB value is (11,178,135). Sum of RGB (Red+Green+Blue) = 11+178+135=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB287 is #F44D78. Grayscale: #7B7B7B. Windows color (decimal): -16010617 or 8892939. OLE color: 8892939.

HSL color Cylindrical-coordinate representation of color #0BB287: hue angle of 164.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB287 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 178 135 -
CMYK 0.94 0 0.24 0.30
HSL 164.55º 0.88% 0.37% -
HSV(B) 164.55º 0.94% 0.7% -
XYZ 20.43 33.66 28.34 -
YUV 123.17 134.67 48 -
System Red Green Blue C M Y K H S L
Decimal 11 178 135 0.94 0 0.24 0.30 164.55 0.88 0.37
Hex B B2 87 5E 0 18 1E A5 58 25
Octal 13 262 207 136 0 30 36 245 130 45
Binary 1011 10110010 10000111 1011110 0 11000 11110 10100101 1011000 100101

Color Harmonies of #0BB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB287

Black with #0BB287

Text Example


Text Example

White with #0BB287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,178,135); }

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

background-color css

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

 a { background-color: rgb(11,178,135); }

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

border-color css

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

 span { border-color: rgb(11,178,135); }

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