#BAE69E

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

Shades of Madang #BAE69E

Tints of Madang #BAE69E

Color information

#BAE69E (or 0xBAE69E) is unknown color: approx Madang. HEX triplet: BA, E6 and 9E. RGB value is (186,230,158). Sum of RGB (Red+Green+Blue) = 186+230+158=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE69E is #451961. Grayscale: #D0D0D0. Windows color (decimal): -4528482 or 10413754. OLE color: 10413754.

HSL color Cylindrical-coordinate representation of color #BAE69E: hue angle of 96.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAE69E is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB186230158-
CMYK0.1900.310.10
HSL96.67º59.02%76.08%-
HSV(B)96.67º31.3%90.2%-
XYZ54.7269.542.88-
YUV208.6499.42111.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 230 (90.23% from 255) = 40.07%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=32.40%
G=40.07%
B=27.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301580.1900.310.1096.6759.0276.08
HexBAE69E1301FA613b4c
Octal272346236230371214173114
Binary10111010111001101001111010011011111101011000011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE69E; }

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

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

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

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

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

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

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

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