#bae46f

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

Shades of Sulu #BAE46F

Tints of Sulu #BAE46F

Color information

#BAE46F (or 0xBAE46F) is unknown color: approx Sulu. HEX triplet: BA, E4 and 6F. RGB value is (186,228,111). Sum of RGB (Red+Green+Blue) = 186+228+111=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE46F is #451B90. Grayscale: #CACACA. Windows color (decimal): -4529041 or 7333050. OLE color: 7333050.

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

Color convert

RGB186228111-
CMYK0.1800.510.11
HSL81.54º68.42%66.47%-
HSV(B)81.54º51.32%89.41%-
XYZ50.8667.0725.3-
YUV202.176.59116.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 111 (43.75% from 255) = 21.14%
R=35.43%
G=43.43%
B=21.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281110.1800.510.1181.5468.4266.47
HexBAE46F12033B524442
Octal2723441572206313122104102
Binary101110101110010011011111001001100111011101001010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae46f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae46f; }

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

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

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

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

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

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

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

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