#BAFF9C

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

Shades of Madang #BAFF9C

Tints of Madang #BAFF9C

Color information

#BAFF9C (or 0xBAFF9C) is unknown color: approx Madang. HEX triplet: BA, FF and 9C. RGB value is (186,255,156). Sum of RGB (Red+Green+Blue) = 186+255+156=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF9C is #450063. Grayscale: #DFDFDF. Windows color (decimal): -4522084 or 10289082. OLE color: 10289082.

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

Color convert

RGB186255156-
CMYK0.2700.390
HSL101.82º100%80.59%-
HSV(B)101.82º38.82%100%-
XYZ62.0184.3644.47-
YUV223.0890.14101.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 156 (61.33% from 255) = 26.13%
R=31.16%
G=42.71%
B=26.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551560.2700.390101.8210080.59
HexBAFF9C1B0270666451
Octal272377234330470146144121
Binary1011101011111111100111001101101001110110011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF9C; }

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

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

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

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

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

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

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

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