#B9E3AF

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

Shades of Madang #B9E3AF

Tints of Madang #B9E3AF

Color information

#B9E3AF (or 0xB9E3AF) is unknown color: approx Madang. HEX triplet: B9, E3 and AF. RGB value is (185,227,175). Sum of RGB (Red+Green+Blue) = 185+227+175=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E3AF is #461C50. Grayscale: #D0D0D0. Windows color (decimal): -4594769 or 11527097. OLE color: 11527097.

HSL color Cylindrical-coordinate representation of color #B9E3AF: hue angle of 108.46º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9E3AF is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB185227175-
CMYK0.1900.230.11
HSL108.46º48.15%78.82%-
HSV(B)108.46º22.91%89.02%-
XYZ55.2168.3550.84-
YUV208.51109.09111.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 227 (89.06% from 255) = 38.67%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=31.52%
G=38.67%
B=29.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852271750.1900.230.11108.4648.1578.82
HexB9E3AF13017B6c304f
Octal271343257230271315460117
Binary10111001111000111010111110011010111101111011001100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E3AF; }

 p { color: rgb(185,227,175); }

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

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

 a { background-color: rgb(185,227,175); }

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

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

 span { border-color: rgb(185,227,175); }

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