#BAE18D

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

Shades of Sulu #BAE18D

Tints of Sulu #BAE18D

Color information

#BAE18D (or 0xBAE18D) is unknown color: approx Sulu. HEX triplet: BA, E1 and 8D. RGB value is (186,225,141). Sum of RGB (Red+Green+Blue) = 186+225+141=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18D is #451E72. Grayscale: #CCCCCC. Windows color (decimal): -4529779 or 9298362. OLE color: 9298362.

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

Color convert

RGB186225141-
CMYK0.1700.370.12
HSL87.86º58.33%71.76%-
HSV(B)87.86º37.33%88.24%-
XYZ51.9866.2135.24-
YUV203.7692.58115.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=33.70%
G=40.76%
B=25.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251410.1700.370.1287.8658.3371.76
HexBAE18D11025C583a48
Octal272341215210451413072110
Binary101110101110000110001101100010100101110010110001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE18D; }

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

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

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

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

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

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

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

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