#B8E0A5

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

Shades of Madang #B8E0A5

Tints of Madang #B8E0A5

Color information

#B8E0A5 (or 0xB8E0A5) is unknown color: approx Madang. HEX triplet: B8, E0 and A5. RGB value is (184,224,165). Sum of RGB (Red+Green+Blue) = 184+224+165=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E0A5 is #471F5A. Grayscale: #CDCDCD. Windows color (decimal): -4661083 or 10870968. OLE color: 10870968.

HSL color Cylindrical-coordinate representation of color #B8E0A5: hue angle of 100.68º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8E0A5 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB184224165-
CMYK0.1800.260.12
HSL100.68º48.76%76.27%-
HSV(B)100.68º26.34%87.84%-
XYZ53.2166.2245.57-
YUV205.31105.25112.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 165 (64.84% from 255) = 28.80%
R=32.11%
G=39.09%
B=28.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842241650.1800.260.12100.6848.7676.27
HexB8E0A51201AC65314c
Octal270340245220321414561114
Binary10111000111000001010010110010011010110011001011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E0A5; }

 p { color: rgb(184,224,165); }

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

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

 a { background-color: rgb(184,224,165); }

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

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

 span { border-color: rgb(184,224,165); }

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