Html Css Color HEX #B0F5A2 Madang

📋 copy color: '#B0F5A2'

red 176 ◦ green 245 ◦ blue 162

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

Shades of Madang #B0F5A2

Tints of Madang #B0F5A2

RGB

 RED value IS 176 (69.14% from 255) = 30.19%

 GREEN value IS 245 (96.09% from 255) = 42.02%

 BLUE value IS 162 (63.67% from 255) = 27.79%

R = 30.19%
G = 42.02%
B = 27.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#B0F5A2 (or 0xB0F5A2) is known color: Madang. HEX triplet: B0, F5 and A2. RGB value is (176,245,162). Sum of RGB (Red+Green+Blue) = 176+245+162=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F5A2 is #4F0A5D. Grayscale: #D7D7D7. Windows color (decimal): -5179998 or 10679728. OLE color: 10679728.

HSL color Cylindrical-coordinate representation of color #B0F5A2: hue angle of 109.88º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0F5A2 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 162 -
CMYK 0.28 0 0.34 0.04
HSL 109.88º 0.81% 0.8% -
HSV(B) 109.88º 0.34% 0.96% -
XYZ 57.08 77.14 46.06 -
YUV 214.91 98.14 100.25 -
System Red Green Blue C M Y K H S L
Decimal 176 245 162 0.28 0 0.34 0.04 109.88 0.81 0.8
Hex B0 F5 A2 1C 0 22 4 6E 51 50
Octal 260 365 242 34 0 42 4 156 121 120
Binary 10110000 11110101 10100010 11100 0 100010 100 1101110 1010001 1010000

Color Harmonies of #B0F5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5A2

Black with #B0F5A2

Text Example


Text Example

White with #B0F5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5A2; }

 p { color: rgb(176,245,162); }

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

background-color css

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

 a { background-color: rgb(176,245,162); }

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

border-color css

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

 span { border-color: rgb(176,245,162); }

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