#BAE48F

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

Shades of Sulu #BAE48F

Tints of Sulu #BAE48F

Color information

#BAE48F (or 0xBAE48F) is unknown color: approx Sulu. HEX triplet: BA, E4 and 8F. RGB value is (186,228,143). Sum of RGB (Red+Green+Blue) = 186+228+143=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE48F is #451B70. Grayscale: #CECECE. Windows color (decimal): -4529009 or 9430202. OLE color: 9430202.

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

Color convert

RGB186228143-
CMYK0.1800.370.11
HSL89.65º61.15%72.75%-
HSV(B)89.65º37.28%89.41%-
XYZ52.9567.9136.3-
YUV205.7592.59113.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=33.39%
G=40.93%
B=25.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281430.1800.370.1189.6561.1572.75
HexBAE48F12025B5a3d49
Octal272344217220451313275111
Binary101110101110010010001111100100100101101110110101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE48F; }

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

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

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

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

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

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

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

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