#B4F2AB

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

Shades of Madang #B4F2AB

Tints of Madang #B4F2AB

Color information

#B4F2AB (or 0xB4F2AB) is unknown color: approx Madang. HEX triplet: B4, F2 and AB. RGB value is (180,242,171). Sum of RGB (Red+Green+Blue) = 180+242+171=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F2AB is #4B0D54. Grayscale: #D7D7D7. Windows color (decimal): -4918613 or 11268788. OLE color: 11268788.

HSL color Cylindrical-coordinate representation of color #B4F2AB: hue angle of 112.39º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F2AB is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB180242171-
CMYK0.2600.290.05
HSL112.39º73.2%80.98%-
HSV(B)112.39º29.34%94.9%-
XYZ57.9376.1550.17-
YUV215.37102.96102.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.35%
GREEN value IS 242 (94.92% from 255) = 40.81%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=30.35%
G=40.81%
B=28.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802421710.2600.290.05112.3973.280.98
HexB4F2AB1A01D5704951
Octal264362253320355160111121
Binary10110100111100101010101111010011101101111000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F2AB; }

 p { color: rgb(180,242,171); }

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

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

 a { background-color: rgb(180,242,171); }

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

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

 span { border-color: rgb(180,242,171); }

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