#BAFF9A

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

Shades of Madang #BAFF9A

Tints of Madang #BAFF9A

Color information

#BAFF9A (or 0xBAFF9A) is unknown color: approx Madang. HEX triplet: BA, FF and 9A. RGB value is (186,255,154). Sum of RGB (Red+Green+Blue) = 186+255+154=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF9A is #450065. Grayscale: #DFDFDF. Windows color (decimal): -4522086 or 10158010. OLE color: 10158010.

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

Color convert

RGB186255154-
CMYK0.2700.400
HSL100.99º100%80.2%-
HSV(B)100.99º39.61%100%-
XYZ61.8484.2943.58-
YUV222.8689.14101.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 154 (60.55% from 255) = 25.88%
R=31.26%
G=42.86%
B=25.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551540.2700.400100.9910080.2
HexBAFF9A1B0280656450
Octal272377232330500145144120
Binary1011101011111111100110101101101010000110010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF9A; }

 p { color: rgb(186,255,154); }

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

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

 a { background-color: rgb(186,255,154); }

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

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

 span { border-color: rgb(186,255,154); }

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