#B4E495

Color #B4E495 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #B4E495

Tints of Madang #B4E495

Color information

#B4E495 (or 0xB4E495) is unknown color: approx Madang. HEX triplet: B4, E4 and 95. RGB value is (180,228,149). Sum of RGB (Red+Green+Blue) = 180+228+149=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E495 is #4B1B6A. Grayscale: #CCCCCC. Windows color (decimal): -4922219 or 9823412. OLE color: 9823412.

HSL color Cylindrical-coordinate representation of color #B4E495: hue angle of 96.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4E495 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB180228149-
CMYK0.2100.350.11
HSL96.46º59.4%73.92%-
HSV(B)96.46º34.65%89.41%-
XYZ51.9967.3638.7-
YUV204.6496.6110.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=32.32%
G=40.93%
B=26.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802281490.2100.350.1196.4659.473.92
HexB4E49515023B603b4a
Octal264344225250431314073112
Binary101101001110010010010101101010100011101111000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E495; }

 p { color: rgb(180,228,149); }

 H1.HeaderClassName
 {
   color: #B4E495;
 }
 .AnyTagClassName
 {
   color: #B4E495;
 }
</style>
background-color css

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

 a { background-color: rgb(180,228,149); }

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

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

 span { border-color: rgb(180,228,149); }

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