#B9FFAF

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

Shades of Madang #B9FFAF

Tints of Madang #B9FFAF

Color information

#B9FFAF (or 0xB9FFAF) is unknown color: approx Madang. HEX triplet: B9, FF and AF. RGB value is (185,255,175). Sum of RGB (Red+Green+Blue) = 185+255+175=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FFAF is #460050. Grayscale: #E1E1E1. Windows color (decimal): -4587601 or 11534265. OLE color: 11534265.

HSL color Cylindrical-coordinate representation of color #B9FFAF: hue angle of 112.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9FFAF is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB185255175-
CMYK0.2700.310
HSL112.5º100%84.31%-
HSV(B)112.5º31.37%100%-
XYZ63.5184.9353.6-
YUV224.9599.8199.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.08%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=30.08%
G=41.46%
B=28.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551750.2700.310112.510084.31
HexB9FFAF1B01F0706454
Octal271377257330370160144124
Binary101110011111111110101111110110111110111000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFAF; }

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

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

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

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

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

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

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

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