#B4EBAA

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

Shades of Madang #B4EBAA

Tints of Madang #B4EBAA

Color information

#B4EBAA (or 0xB4EBAA) is unknown color: approx Madang. HEX triplet: B4, EB and AA. RGB value is (180,235,170). Sum of RGB (Red+Green+Blue) = 180+235+170=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EBAA is #4B1455. Grayscale: #D3D3D3. Windows color (decimal): -4920406 or 11201460. OLE color: 11201460.

HSL color Cylindrical-coordinate representation of color #B4EBAA: hue angle of 110.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4EBAA is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB180235170-
CMYK0.2300.280.08
HSL110.77º61.9%79.41%-
HSV(B)110.77º27.66%92.16%-
XYZ55.7972.0248.99-
YUV211.14104.78105.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=30.77%
G=40.17%
B=29.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351700.2300.280.08110.7761.979.41
HexB4EBAA1701C86f3e4f
Octal264353252270341015776117
Binary10110100111010111010101010111011100100011011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBAA; }

 p { color: rgb(180,235,170); }

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

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

 a { background-color: rgb(180,235,170); }

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

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

 span { border-color: rgb(180,235,170); }

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