Html Css Color HEX #0BB289 Mountain Meadow

📋 copy color: '#0BB289'

red 11 ◦ green 178 ◦ blue 137

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

Shades of Mountain Meadow #0BB289

Tints of Mountain Meadow #0BB289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 3.37%
G = 54.6%
B = 42.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#0BB289 (or 0x0BB289) is known color: Mountain Meadow. HEX triplet: 0B, B2 and 89. RGB value is (11,178,137). Sum of RGB (Red+Green+Blue) = 11+178+137=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB289 is #F44D76. Grayscale: #7B7B7B. Windows color (decimal): -16010615 or 9024011. OLE color: 9024011.

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

Color convert

RGB 11 178 137 -
CMYK 0.94 0 0.23 0.30
HSL 165.27º 0.88% 0.37% -
HSV(B) 165.27º 0.94% 0.7% -
XYZ 20.57 33.72 29.09 -
YUV 123.39 135.67 47.83 -
System Red Green Blue C M Y K H S L
Decimal 11 178 137 0.94 0 0.23 0.30 165.27 0.88 0.37
Hex B B2 89 5E 0 17 1E A5 58 25
Octal 13 262 211 136 0 27 36 245 130 45
Binary 1011 10110010 10001001 1011110 0 10111 11110 10100101 1011000 100101

Color Harmonies of #0BB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB289

Black with #0BB289

Text Example


Text Example

White with #0BB289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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