#BAE393

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

Shades of Sulu #BAE393

Tints of Sulu #BAE393

Color information

#BAE393 (or 0xBAE393) is unknown color: approx Sulu. HEX triplet: BA, E3 and 93. RGB value is (186,227,147). Sum of RGB (Red+Green+Blue) = 186+227+147=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE393 is #451C6C. Grayscale: #CDCDCD. Windows color (decimal): -4529261 or 9692090. OLE color: 9692090.

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

Color convert

RGB186227147-
CMYK0.1800.350.11
HSL90.75º58.82%73.33%-
HSV(B)90.75º35.24%89.02%-
XYZ52.9967.4837.84-
YUV205.6294.92114-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 227 (89.06% from 255) = 40.54%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=33.21%
G=40.54%
B=26.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271470.1800.350.1190.7558.8273.33
HexBAE39312023B5b3b49
Octal272343223220431313373111
Binary101110101110001110010011100100100011101110110111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE393; }

 p { color: rgb(186,227,147); }

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

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

 a { background-color: rgb(186,227,147); }

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

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

 span { border-color: rgb(186,227,147); }

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