#BAE17F

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

Shades of Sulu #BAE17F

Tints of Sulu #BAE17F

Color information

#BAE17F (or 0xBAE17F) is unknown color: approx Sulu. HEX triplet: BA, E1 and 7F. RGB value is (186,225,127). Sum of RGB (Red+Green+Blue) = 186+225+127=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE17F is #451E80. Grayscale: #CACACA. Windows color (decimal): -4529793 or 8380858. OLE color: 8380858.

HSL color Cylindrical-coordinate representation of color #BAE17F: hue angle of 83.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAE17F is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB186225127-
CMYK0.1700.440.12
HSL83.88º62.03%69.02%-
HSV(B)83.88º43.56%88.24%-
XYZ51.0165.8230.1-
YUV202.1785.58116.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 127 (50% from 255) = 23.61%
R=34.57%
G=41.82%
B=23.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251270.1700.440.1283.8862.0369.02
HexBAE17F1102CC543e45
Octal272341177210541412476105
Binary10111010111000011111111100010101100110010101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE17F; }

 p { color: rgb(186,225,127); }

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

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

 a { background-color: rgb(186,225,127); }

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

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

 span { border-color: rgb(186,225,127); }

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