#BAE481

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

Shades of Sulu #BAE481

Tints of Sulu #BAE481

Color information

#BAE481 (or 0xBAE481) is unknown color: approx Sulu. HEX triplet: BA, E4 and 81. RGB value is (186,228,129). Sum of RGB (Red+Green+Blue) = 186+228+129=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE481 is #451B7E. Grayscale: #CCCCCC. Windows color (decimal): -4529023 or 8512698. OLE color: 8512698.

HSL color Cylindrical-coordinate representation of color #BAE481: hue angle of 85.45º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE481 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB186228129-
CMYK0.1800.430.11
HSL85.45º64.71%70%-
HSV(B)85.45º43.42%89.41%-
XYZ51.9667.5131.06-
YUV204.1685.59115.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 228 (89.45% from 255) = 41.99%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=34.25%
G=41.99%
B=23.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281290.1800.430.1185.4564.7170
HexBAE4811202BB554146
Octal2723442012205313125101106
Binary1011101011100100100000011001001010111011101010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE481; }

 p { color: rgb(186,228,129); }

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

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

 a { background-color: rgb(186,228,129); }

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

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

 span { border-color: rgb(186,228,129); }

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