#BAF092

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

Shades of Madang #BAF092

Tints of Madang #BAF092

Color information

#BAF092 (or 0xBAF092) is unknown color: approx Madang. HEX triplet: BA, F0 and 92. RGB value is (186,240,146). Sum of RGB (Red+Green+Blue) = 186+240+146=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF092 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF092 is #450F6D. Grayscale: #D5D5D5. Windows color (decimal): -4525934 or 9629882. OLE color: 9629882.

HSL color Cylindrical-coordinate representation of color #BAF092: hue angle of 94.47º 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 #BAF092 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB186240146-
CMYK0.2200.390.06
HSL94.47º75.81%75.69%-
HSV(B)94.47º39.17%94.12%-
XYZ56.674.8338.66-
YUV213.1490.11108.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 146 (57.42% from 255) = 25.52%
R=32.52%
G=41.96%
B=25.52%

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
Decimal1862401460.2200.390.0694.4775.8175.69
HexBAF0921602765e4c4c
Octal272360222260476136114114
Binary101110101111000010010010101100100111110101111010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF092; }

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

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

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

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

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

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

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

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