#BAE186

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

Shades of Sulu #BAE186

Tints of Sulu #BAE186

Color information

#BAE186 (or 0xBAE186) is unknown color: approx Sulu. HEX triplet: BA, E1 and 86. RGB value is (186,225,134). Sum of RGB (Red+Green+Blue) = 186+225+134=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE186 is #451E79. Grayscale: #CBCBCB. Windows color (decimal): -4529786 or 8839610. OLE color: 8839610.

HSL color Cylindrical-coordinate representation of color #BAE186: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE186 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB186225134-
CMYK0.1700.400.12
HSL85.71º60.26%70.39%-
HSV(B)85.71º40.44%88.24%-
XYZ51.4866.0132.58-
YUV202.9689.08115.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 225 (88.28% from 255) = 41.28%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=34.13%
G=41.28%
B=24.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251340.1700.400.1285.7160.2670.39
HexBAE18611028C563c46
Octal272341206210501412674106
Binary101110101110000110000110100010101000110010101101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE186; }

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

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

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

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

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

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

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

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