#BAF09E

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

Shades of Madang #BAF09E

Tints of Madang #BAF09E

Color information

#BAF09E (or 0xBAF09E) is unknown color: approx Madang. HEX triplet: BA, F0 and 9E. RGB value is (186,240,158). Sum of RGB (Red+Green+Blue) = 186+240+158=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF09E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF09E is #450F61. Grayscale: #D6D6D6. Windows color (decimal): -4525922 or 10416314. OLE color: 10416314.

HSL color Cylindrical-coordinate representation of color #BAF09E: hue angle of 99.51º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAF09E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB186240158-
CMYK0.2200.340.06
HSL99.51º73.21%78.04%-
HSV(B)99.51º34.17%94.12%-
XYZ57.5875.2343.83-
YUV214.5196.11107.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 240 (94.14% from 255) = 41.10%
BLUE value IS 158 (62.11% from 255) = 27.05%
R=31.85%
G=41.10%
B=27.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401580.2200.340.0699.5173.2178.04
HexBAF09E16022664494e
Octal272360236260426144111116
Binary101110101111000010011110101100100010110110010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF09E; }

 p { color: rgb(186,240,158); }

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

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

 a { background-color: rgb(186,240,158); }

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

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

 span { border-color: rgb(186,240,158); }

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