#BAE18B

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

Shades of Sulu #BAE18B

Tints of Sulu #BAE18B

Color information

#BAE18B (or 0xBAE18B) is unknown color: approx Sulu. HEX triplet: BA, E1 and 8B. RGB value is (186,225,139). Sum of RGB (Red+Green+Blue) = 186+225+139=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18B is #451E74. Grayscale: #CBCBCB. Windows color (decimal): -4529781 or 9167290. OLE color: 9167290.

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

Color convert

RGB186225139-
CMYK0.1700.380.12
HSL87.21º58.9%71.37%-
HSV(B)87.21º38.22%88.24%-
XYZ51.8466.1534.46-
YUV203.5491.58115.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=33.82%
G=40.91%
B=25.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251390.1700.380.1287.2158.971.37
HexBAE18B11026C573b47
Octal272341213210461412773107
Binary101110101110000110001011100010100110110010101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE18B; }

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

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

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

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

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

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

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

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