#BAEC89

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

Shades of Sulu #BAEC89

Tints of Sulu #BAEC89

Color information

#BAEC89 (or 0xBAEC89) is unknown color: approx Sulu. HEX triplet: BA, EC and 89. RGB value is (186,236,137). Sum of RGB (Red+Green+Blue) = 186+236+137=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC89 is #451376. Grayscale: #D2D2D2. Windows color (decimal): -4526967 or 9039034. OLE color: 9039034.

HSL color Cylindrical-coordinate representation of color #BAEC89: hue angle of 90.3º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAEC89 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB186236137-
CMYK0.2100.420.07
HSL90.3º72.26%73.14%-
HSV(B)90.3º41.95%92.55%-
XYZ54.7672.2434.72-
YUV209.7686.94111.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=33.27%
G=42.22%
B=24.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361370.2100.420.0790.372.2673.14
HexBAEC891502A75a4849
Octal272354211250527132110111
Binary101110101110110010001001101010101010111101101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC89; }

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

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

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

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

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

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

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

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