#BAE890

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

Shades of Sulu #BAE890

Tints of Sulu #BAE890

Color information

#BAE890 (or 0xBAE890) is unknown color: approx Sulu. HEX triplet: BA, E8 and 90. RGB value is (186,232,144). Sum of RGB (Red+Green+Blue) = 186+232+144=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE890 is #45176F. Grayscale: #D0D0D0. Windows color (decimal): -4527984 or 9496762. OLE color: 9496762.

HSL color Cylindrical-coordinate representation of color #BAE890: hue angle of 91.36º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE890 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB186232144-
CMYK0.2000.380.09
HSL91.36º65.67%73.73%-
HSV(B)91.36º37.93%90.98%-
XYZ54.1470.1737.08-
YUV208.2191.76112.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 144 (56.64% from 255) = 25.62%
R=33.10%
G=41.28%
B=25.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321440.2000.380.0991.3665.6773.73
HexBAE8901402695b424a
Octal2723502202404611133102112
Binary1011101011101000100100001010001001101001101101110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE890; }

 p { color: rgb(186,232,144); }

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

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

 a { background-color: rgb(186,232,144); }

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

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

 span { border-color: rgb(186,232,144); }

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