#BAED99

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

Shades of Madang #BAED99

Tints of Madang #BAED99

Color information

#BAED99 (or 0xBAED99) is unknown color: approx Madang. HEX triplet: BA, ED and 99. RGB value is (186,237,153). Sum of RGB (Red+Green+Blue) = 186+237+153=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED99 is #451266. Grayscale: #D4D4D4. Windows color (decimal): -4526695 or 10087866. OLE color: 10087866.

HSL color Cylindrical-coordinate representation of color #BAED99: hue angle of 96.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAED99 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB186237153-
CMYK0.2200.350.07
HSL96.43º70%76.47%-
HSV(B)96.43º35.44%92.94%-
XYZ56.2873.3141.32-
YUV212.1894.6109.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 153 (60.16% from 255) = 26.56%
R=32.29%
G=41.15%
B=26.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371530.2200.350.0796.437076.47
HexBAED9916023760464c
Octal272355231260437140106114
Binary101110101110110110011001101100100011111110000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED99; }

 p { color: rgb(186,237,153); }

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

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

 a { background-color: rgb(186,237,153); }

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

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

 span { border-color: rgb(186,237,153); }

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