#BAE479

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

Shades of Sulu #BAE479

Tints of Sulu #BAE479

Color information

#BAE479 (or 0xBAE479) is unknown color: approx Sulu. HEX triplet: BA, E4 and 79. RGB value is (186,228,121). Sum of RGB (Red+Green+Blue) = 186+228+121=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE479 is #451B86. Grayscale: #CBCBCB. Windows color (decimal): -4529031 or 7988410. OLE color: 7988410.

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

Color convert

RGB186228121-
CMYK0.1800.470.11
HSL83.55º66.46%68.43%-
HSV(B)83.55º46.93%89.41%-
XYZ51.4467.3128.37-
YUV203.2481.59115.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=34.77%
G=42.62%
B=22.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281210.1800.470.1183.5566.4668.43
HexBAE4791202FB544244
Octal2723441712205713124102104
Binary101110101110010011110011001001011111011101010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE479; }

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

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

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

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

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

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

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

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