#BAE47E

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

Shades of Sulu #BAE47E

Tints of Sulu #BAE47E

Color information

#BAE47E (or 0xBAE47E) is unknown color: approx Sulu. HEX triplet: BA, E4 and 7E. RGB value is (186,228,126). Sum of RGB (Red+Green+Blue) = 186+228+126=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE47E is #451B81. Grayscale: #CCCCCC. Windows color (decimal): -4529026 or 8316090. OLE color: 8316090.

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

Color convert

RGB186228126-
CMYK0.1800.450.11
HSL84.71º65.38%69.41%-
HSV(B)84.71º44.74%89.41%-
XYZ51.7667.4330.03-
YUV203.8184.09115.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=34.44%
G=42.22%
B=23.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281260.1800.450.1184.7165.3869.41
HexBAE47E1202DB554145
Octal2723441762205513125101105
Binary101110101110010011111101001001011011011101010110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE47E; }

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

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

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

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

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

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

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

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