#BAE48E

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

Shades of Sulu #BAE48E

Tints of Sulu #BAE48E

Color information

#BAE48E (or 0xBAE48E) is unknown color: approx Sulu. HEX triplet: BA, E4 and 8E. RGB value is (186,228,142). Sum of RGB (Red+Green+Blue) = 186+228+142=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE48E is #451B71. Grayscale: #CDCDCD. Windows color (decimal): -4529010 or 9364666. OLE color: 9364666.

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

Color convert

RGB186228142-
CMYK0.1800.380.11
HSL89.3º61.43%72.55%-
HSV(B)89.3º37.72%89.41%-
XYZ52.8867.8835.91-
YUV205.6492.09113.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=33.45%
G=41.01%
B=25.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281420.1800.380.1189.361.4372.55
HexBAE48E12026B593d49
Octal272344216220461313175111
Binary101110101110010010001110100100100110101110110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE48E; }

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

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

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

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

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

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

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

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