#BAF9A4

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

Shades of Madang #BAF9A4

Tints of Madang #BAF9A4

Color information

#BAF9A4 (or 0xBAF9A4) is unknown color: approx Madang. HEX triplet: BA, F9 and A4. RGB value is (186,249,164). Sum of RGB (Red+Green+Blue) = 186+249+164=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF9A4 is #45065B. Grayscale: #DCDCDC. Windows color (decimal): -4523612 or 10811834. OLE color: 10811834.

HSL color Cylindrical-coordinate representation of color #BAF9A4: hue angle of 104.47º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAF9A4 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB186249164-
CMYK0.2500.340.02
HSL104.47º87.63%80.98%-
HSV(B)104.47º34.14%97.65%-
XYZ60.8380.8747.53-
YUV220.4796.13103.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 164 (64.45% from 255) = 27.38%
R=31.05%
G=41.57%
B=27.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862491640.2500.340.02104.4787.6380.98
HexBAF9A4190222685851
Octal272371244310422150130121
Binary10111010111110011010010011001010001010110100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9A4; }

 p { color: rgb(186,249,164); }

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

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

 a { background-color: rgb(186,249,164); }

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

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

 span { border-color: rgb(186,249,164); }

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