#B4EB94

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

Shades of Madang #B4EB94

Tints of Madang #B4EB94

Color information

#B4EB94 (or 0xB4EB94) is unknown color: approx Madang. HEX triplet: B4, EB and 94. RGB value is (180,235,148). Sum of RGB (Red+Green+Blue) = 180+235+148=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EB94 is #4B146B. Grayscale: #D0D0D0. Windows color (decimal): -4920428 or 9759668. OLE color: 9759668.

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

Color convert

RGB180235148-
CMYK0.2300.370.08
HSL97.93º68.5%75.1%-
HSV(B)97.93º37.02%92.16%-
XYZ53.8871.2638.93-
YUV208.6493.78107.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=31.97%
G=41.74%
B=26.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802351480.2300.370.0897.9368.575.1
HexB4EB9417025862454b
Octal2643532242704510142105113
Binary1011010011101011100101001011101001011000110001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EB94; }

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

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

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

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

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

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

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

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