#B4E694

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

Shades of Madang #B4E694

Tints of Madang #B4E694

Color information

#B4E694 (or 0xB4E694) is unknown color: approx Madang. HEX triplet: B4, E6 and 94. RGB value is (180,230,148). Sum of RGB (Red+Green+Blue) = 180+230+148=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E694 is #4B196B. Grayscale: #CDCDCD. Windows color (decimal): -4921708 or 9758388. OLE color: 9758388.

HSL color Cylindrical-coordinate representation of color #B4E694: hue angle of 96.59º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4E694 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB180230148-
CMYK0.2200.360.10
HSL96.59º62.12%74.12%-
HSV(B)96.59º35.65%90.2%-
XYZ52.4668.4438.46-
YUV205.795.44109.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 230 (90.23% from 255) = 41.22%
BLUE value IS 148 (58.20% from 255) = 26.52%
R=32.26%
G=41.22%
B=26.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1802301480.2200.360.1096.5962.1274.12
HexB4E69416024A613e4a
Octal264346224260441214176112
Binary101101001110011010010100101100100100101011000011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E694; }

 p { color: rgb(180,230,148); }

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

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

 a { background-color: rgb(180,230,148); }

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

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

 span { border-color: rgb(180,230,148); }

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