Html Css Color HEX #0BB482 Mountain Meadow

📋 copy color: '#0BB482'

red 11 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #0BB482

Tints of Mountain Meadow #0BB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.07%

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

R = 3.43%
G = 56.07%
B = 40.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#0BB482 (or 0x0BB482) is known color: Mountain Meadow. HEX triplet: 0B, B4 and 82. RGB value is (11,180,130). Sum of RGB (Red+Green+Blue) = 11+180+130=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB482 is #F44B7D. Grayscale: #7B7B7B. Windows color (decimal): -16010110 or 8565771. OLE color: 8565771.

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

Color convert

RGB 11 180 130 -
CMYK 0.94 0 0.28 0.29
HSL 162.25º 0.88% 0.37% -
HSV(B) 162.25º 0.94% 0.71% -
XYZ 20.49 34.33 26.66 -
YUV 123.77 131.51 47.57 -
System Red Green Blue C M Y K H S L
Decimal 11 180 130 0.94 0 0.28 0.29 162.25 0.88 0.37
Hex B B4 82 5E 0 1C 1D A2 58 25
Octal 13 264 202 136 0 34 35 242 130 45
Binary 1011 10110100 10000010 1011110 0 11100 11101 10100010 1011000 100101

Color Harmonies of #0BB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB482

Black with #0BB482

Text Example


Text Example

White with #0BB482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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