Html Css Color HEX #B0E196 Madang

📋 copy color: '#B0E196'

red 176 ◦ green 225 ◦ blue 150

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

Shades of Madang #B0E196

Tints of Madang #B0E196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.83%

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 31.94%
G = 40.83%
B = 27.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#B0E196 (or 0xB0E196) is known color: Madang. HEX triplet: B0, E1 and 96. RGB value is (176,225,150). Sum of RGB (Red+Green+Blue) = 176+225+150=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E196 is #4F1E69. Grayscale: #CACACA. Windows color (decimal): -5185130 or 9888176. OLE color: 9888176.

HSL color Cylindrical-coordinate representation of color #B0E196: hue angle of 99.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0E196 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 225 150 -
CMYK 0.22 0 0.33 0.12
HSL 99.2º 0.56% 0.74% -
HSV(B) 99.2º 0.33% 0.88% -
XYZ 50.33 65.28 38.8 -
YUV 201.8 98.77 109.6 -
System Red Green Blue C M Y K H S L
Decimal 176 225 150 0.22 0 0.33 0.12 99.2 0.56 0.74
Hex B0 E1 96 16 0 21 C 63 38 4A
Octal 260 341 226 26 0 41 14 143 70 112
Binary 10110000 11100001 10010110 10110 0 100001 1100 1100011 111000 1001010

Color Harmonies of #B0E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E196

Black with #B0E196

Text Example


Text Example

White with #B0E196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E196; }

 p { color: rgb(176,225,150); }

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

background-color css

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

 a { background-color: rgb(176,225,150); }

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

border-color css

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

 span { border-color: rgb(176,225,150); }

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