#BAE289

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

Shades of Sulu #BAE289

Tints of Sulu #BAE289

Color information

#BAE289 (or 0xBAE289) is unknown color: approx Sulu. HEX triplet: BA, E2 and 89. RGB value is (186,226,137). Sum of RGB (Red+Green+Blue) = 186+226+137=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE289 is #451D76. Grayscale: #CCCCCC. Windows color (decimal): -4529527 or 9036474. OLE color: 9036474.

HSL color Cylindrical-coordinate representation of color #BAE289: hue angle of 86.97º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE289 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB186226137-
CMYK0.1800.390.11
HSL86.97º60.54%71.18%-
HSV(B)86.97º39.38%88.63%-
XYZ51.9666.6433.79-
YUV203.8990.25115.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 226 (88.67% from 255) = 41.17%
BLUE value IS 137 (53.91% from 255) = 24.95%
R=33.88%
G=41.17%
B=24.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261370.1800.390.1186.9760.5471.18
HexBAE28912027B573d47
Octal272342211220471312775107
Binary101110101110001010001001100100100111101110101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE289; }

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

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

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

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

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

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

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

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