#BAF398

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

Shades of Madang #BAF398

Tints of Madang #BAF398

Color information

#BAF398 (or 0xBAF398) is unknown color: approx Madang. HEX triplet: BA, F3 and 98. RGB value is (186,243,152). Sum of RGB (Red+Green+Blue) = 186+243+152=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF398 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF398 is #450C67. Grayscale: #D7D7D7. Windows color (decimal): -4525160 or 10023866. OLE color: 10023866.

HSL color Cylindrical-coordinate representation of color #BAF398: hue angle of 97.58º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF398 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB186243152-
CMYK0.2300.370.05
HSL97.58º79.13%77.45%-
HSV(B)97.58º37.45%95.29%-
XYZ57.9776.8141.48-
YUV215.5892.12106.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 243 (95.31% from 255) = 41.82%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=32.01%
G=41.82%
B=26.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431520.2300.370.0597.5879.1377.45
HexBAF398170255624f4d
Octal272363230270455142117115
Binary101110101111001110011000101110100101101110001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF398; }

 p { color: rgb(186,243,152); }

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

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

 a { background-color: rgb(186,243,152); }

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

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

 span { border-color: rgb(186,243,152); }

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