#BAE189

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

Shades of Sulu #BAE189

Tints of Sulu #BAE189

Color information

#BAE189 (or 0xBAE189) is unknown color: approx Sulu. HEX triplet: BA, E1 and 89. RGB value is (186,225,137). Sum of RGB (Red+Green+Blue) = 186+225+137=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE189 is #451E76. Grayscale: #CBCBCB. Windows color (decimal): -4529783 or 9036218. OLE color: 9036218.

HSL color Cylindrical-coordinate representation of color #BAE189: hue angle of 86.59º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE189 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB186225137-
CMYK0.1700.390.12
HSL86.59º59.46%70.98%-
HSV(B)86.59º39.11%88.24%-
XYZ51.6966.133.7-
YUV203.3190.58115.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 225 (88.28% from 255) = 41.06%
BLUE value IS 137 (53.91% from 255) = 25%
R=33.94%
G=41.06%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251370.1700.390.1286.5959.4670.98
HexBAE18911027C573b47
Octal272341211210471412773107
Binary101110101110000110001001100010100111110010101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE189; }

 p { color: rgb(186,225,137); }

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

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

 a { background-color: rgb(186,225,137); }

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

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

 span { border-color: rgb(186,225,137); }

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