Html Css Color HEX #0BB883 Mountain Meadow

📋 copy color: '#0BB883'

red 11 ◦ green 184 ◦ blue 131

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

Shades of Mountain Meadow #0BB883

Tints of Mountain Meadow #0BB883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 3.37%
G = 56.44%
B = 40.18%

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

#0BB883 (or 0x0BB883) is known color: Mountain Meadow. HEX triplet: 0B, B8 and 83. RGB value is (11,184,131). Sum of RGB (Red+Green+Blue) = 11+184+131=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB883 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB883 is #F4477C. Grayscale: #7E7E7E. Windows color (decimal): -16009085 or 8632331. OLE color: 8632331.

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

Color convert

RGB 11 184 131 -
CMYK 0.94 0 0.29 0.28
HSL 161.62º 0.89% 0.38% -
HSV(B) 161.62º 0.94% 0.72% -
XYZ 21.38 35.99 27.29 -
YUV 126.23 130.69 45.81 -
System Red Green Blue C M Y K H S L
Decimal 11 184 131 0.94 0 0.29 0.28 161.62 0.89 0.38
Hex B B8 83 5E 0 1D 1C A2 59 26
Octal 13 270 203 136 0 35 34 242 131 46
Binary 1011 10111000 10000011 1011110 0 11101 11100 10100010 1011001 100110

Color Harmonies of #0BB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB883

Black with #0BB883

Text Example


Text Example

White with #0BB883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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