#B9FBAF

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

Shades of Madang #B9FBAF

Tints of Madang #B9FBAF

Color information

#B9FBAF (or 0xB9FBAF) is unknown color: approx Madang. HEX triplet: B9, FB and AF. RGB value is (185,251,175). Sum of RGB (Red+Green+Blue) = 185+251+175=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #B9FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FBAF is #460450. Grayscale: #DEDEDE. Windows color (decimal): -4588625 or 11533241. OLE color: 11533241.

HSL color Cylindrical-coordinate representation of color #B9FBAF: hue angle of 112.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9FBAF is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB185251175-
CMYK0.2600.300.02
HSL112.11º90.48%83.53%-
HSV(B)112.11º30.28%98.43%-
XYZ62.2482.453.18-
YUV222.6101.13101.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=30.28%
G=41.08%
B=28.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852511750.2600.300.02112.1190.4883.53
HexB9FBAF1A01E2705a54
Octal271373257320362160132124
Binary1011100111111011101011111101001111010111000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FBAF; }

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

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

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

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

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

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

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

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