#BAF093

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

Shades of Madang #BAF093

Tints of Madang #BAF093

Color information

#BAF093 (or 0xBAF093) is unknown color: approx Madang. HEX triplet: BA, F0 and 93. RGB value is (186,240,147). Sum of RGB (Red+Green+Blue) = 186+240+147=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF093 is #450F6C. Grayscale: #D5D5D5. Windows color (decimal): -4525933 or 9695418. OLE color: 9695418.

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

Color convert

RGB186240147-
CMYK0.2200.390.06
HSL94.84º75.61%75.88%-
HSV(B)94.84º38.75%94.12%-
XYZ56.6874.8739.07-
YUV213.2590.61108.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 240 (94.14% from 255) = 41.88%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=32.46%
G=41.88%
B=25.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862401470.2200.390.0694.8475.6175.88
HexBAF0931602765f4c4c
Octal272360223260476137114114
Binary101110101111000010010011101100100111110101111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF093; }

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

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

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

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

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

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

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

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