#BAE185

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

Shades of Sulu #BAE185

Tints of Sulu #BAE185

Color information

#BAE185 (or 0xBAE185) is unknown color: approx Sulu. HEX triplet: BA, E1 and 85. RGB value is (186,225,133). Sum of RGB (Red+Green+Blue) = 186+225+133=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE185 is #451E7A. Grayscale: #CBCBCB. Windows color (decimal): -4529787 or 8774074. OLE color: 8774074.

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

Color convert

RGB186225133-
CMYK0.1700.410.12
HSL85.43º60.53%70.2%-
HSV(B)85.43º40.89%88.24%-
XYZ51.4165.9832.22-
YUV202.8588.58115.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 225 (88.28% from 255) = 41.36%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=34.19%
G=41.36%
B=24.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251330.1700.410.1285.4360.5370.2
HexBAE18511029C553d46
Octal272341205210511412575106
Binary101110101110000110000101100010101001110010101011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE185; }

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

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

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

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

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

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

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

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