#BAE48D

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

Shades of Sulu #BAE48D

Tints of Sulu #BAE48D

Color information

#BAE48D (or 0xBAE48D) is unknown color: approx Sulu. HEX triplet: BA, E4 and 8D. RGB value is (186,228,141). Sum of RGB (Red+Green+Blue) = 186+228+141=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE48D is #451B72. Grayscale: #CDCDCD. Windows color (decimal): -4529011 or 9299130. OLE color: 9299130.

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

Color convert

RGB186228141-
CMYK0.1800.380.11
HSL88.97º61.7%72.35%-
HSV(B)88.97º38.16%89.41%-
XYZ52.867.8535.51-
YUV205.5291.59114.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 228 (89.45% from 255) = 41.08%
BLUE value IS 141 (55.47% from 255) = 25.41%
R=33.51%
G=41.08%
B=25.41%

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
Decimal1862281410.1800.380.1188.9761.772.35
HexBAE48D12026B593e48
Octal272344215220461313176110
Binary101110101110010010001101100100100110101110110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE48D; }

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

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

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

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

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

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

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

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