#BAF599

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

Shades of Madang #BAF599

Tints of Madang #BAF599

Color information

#BAF599 (or 0xBAF599) is unknown color: approx Madang. HEX triplet: BA, F5 and 99. RGB value is (186,245,153). Sum of RGB (Red+Green+Blue) = 186+245+153=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF599 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF599 is #450A66. Grayscale: #D9D9D9. Windows color (decimal): -4524647 or 10089914. OLE color: 10089914.

HSL color Cylindrical-coordinate representation of color #BAF599: hue angle of 98.48º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAF599 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB186245153-
CMYK0.2400.380.04
HSL98.48º82.14%78.04%-
HSV(B)98.48º37.55%96.08%-
XYZ58.6578.0442.11-
YUV216.8791.95105.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=31.85%
G=41.95%
B=26.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862451530.2400.380.0498.4882.1478.04
HexBAF59918026462524e
Octal272365231300464142122116
Binary101110101111010110011001110000100110100110001010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF599; }

 p { color: rgb(186,245,153); }

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

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

 a { background-color: rgb(186,245,153); }

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

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

 span { border-color: rgb(186,245,153); }

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