#BAE585

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

Shades of Sulu #BAE585

Tints of Sulu #BAE585

Color information

#BAE585 (or 0xBAE585) is unknown color: approx Sulu. HEX triplet: BA, E5 and 85. RGB value is (186,229,133). Sum of RGB (Red+Green+Blue) = 186+229+133=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE585 is #451A7A. Grayscale: #CDCDCD. Windows color (decimal): -4528763 or 8775098. OLE color: 8775098.

HSL color Cylindrical-coordinate representation of color #BAE585: hue angle of 86.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAE585 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB186229133-
CMYK0.1900.420.10
HSL86.88º64.86%70.98%-
HSV(B)86.88º41.92%89.8%-
XYZ52.568.1732.58-
YUV205.287.25114.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 229 (89.84% from 255) = 41.79%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=33.94%
G=41.79%
B=24.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291330.1900.420.1086.8864.8670.98
HexBAE5851302AA574147
Octal2723452052305212127101107
Binary1011101011100101100001011001101010101010101011110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE585; }

 p { color: rgb(186,229,133); }

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

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

 a { background-color: rgb(186,229,133); }

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

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

 span { border-color: rgb(186,229,133); }

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