#BAF795

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

Shades of Madang #BAF795

Tints of Madang #BAF795

Color information

#BAF795 (or 0xBAF795) is unknown color: approx Madang. HEX triplet: BA, F7 and 95. RGB value is (186,247,149). Sum of RGB (Red+Green+Blue) = 186+247+149=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF795 is #45086A. Grayscale: #D9D9D9. Windows color (decimal): -4524139 or 9828282. OLE color: 9828282.

HSL color Cylindrical-coordinate representation of color #BAF795: hue angle of 97.35º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF795 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB186247149-
CMYK0.2500.400.03
HSL97.35º85.96%77.65%-
HSV(B)97.35º39.68%96.86%-
XYZ58.9479.1340.6-
YUV217.5989.29105.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 247 (96.88% from 255) = 42.44%
BLUE value IS 149 (58.59% from 255) = 25.60%
R=31.96%
G=42.44%
B=25.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471490.2500.400.0397.3585.9677.65
HexBAF79519028361564e
Octal272367225310503141126116
Binary10111010111101111001010111001010100011110000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF795; }

 p { color: rgb(186,247,149); }

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

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

 a { background-color: rgb(186,247,149); }

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

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

 span { border-color: rgb(186,247,149); }

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