#B4FFAE

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

Shades of Madang #B4FFAE

Tints of Madang #B4FFAE

Color information

#B4FFAE (or 0xB4FFAE) is unknown color: approx Madang. HEX triplet: B4, FF and AE. RGB value is (180,255,174). Sum of RGB (Red+Green+Blue) = 180+255+174=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFAE is #4B0051. Grayscale: #DFDFDF. Windows color (decimal): -4915282 or 11468724. OLE color: 11468724.

HSL color Cylindrical-coordinate representation of color #B4FFAE: hue angle of 115.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4FFAE is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB180255174-
CMYK0.2900.320
HSL115.56º100%84.12%-
HSV(B)115.56º31.76%100%-
XYZ62.2284.2853.03-
YUV223.34100.1597.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=29.56%
G=41.87%
B=28.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551740.2900.320115.5610084.12
HexB4FFAE1D0200746454
Octal264377256350400164144124
Binary1011010011111111101011101110101000000111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFAE; }

 p { color: rgb(180,255,174); }

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

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

 a { background-color: rgb(180,255,174); }

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

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

 span { border-color: rgb(180,255,174); }

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