Html Css Color HEX #B0EA95 Madang

📋 copy color: '#B0EA95'

red 176 ◦ green 234 ◦ blue 149

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

Shades of Madang #B0EA95

Tints of Madang #B0EA95

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.86%

 BLUE value IS 149 (58.59% from 255) = 26.65%

R = 31.48%
G = 41.86%
B = 26.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#B0EA95 (or 0xB0EA95) is known color: Madang. HEX triplet: B0, EA and 95. RGB value is (176,234,149). Sum of RGB (Red+Green+Blue) = 176+234+149=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EA95 is #4F156A. Grayscale: #CFCFCF. Windows color (decimal): -5182827 or 9824944. OLE color: 9824944.

HSL color Cylindrical-coordinate representation of color #B0EA95: hue angle of 100.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0EA95 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 149 -
CMYK 0.25 0 0.36 0.08
HSL 100.94º 0.67% 0.75% -
HSV(B) 100.94º 0.36% 0.92% -
XYZ 52.75 70.25 39.21 -
YUV 206.97 95.28 105.91 -
System Red Green Blue C M Y K H S L
Decimal 176 234 149 0.25 0 0.36 0.08 100.94 0.67 0.75
Hex B0 EA 95 19 0 24 8 65 43 4B
Octal 260 352 225 31 0 44 10 145 103 113
Binary 10110000 11101010 10010101 11001 0 100100 1000 1100101 1000011 1001011

Color Harmonies of #B0EA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EA95

Black with #B0EA95

Text Example


Text Example

White with #B0EA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EA95; }

 p { color: rgb(176,234,149); }

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

background-color css

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

 a { background-color: rgb(176,234,149); }

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

border-color css

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

 span { border-color: rgb(176,234,149); }

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