#BAE371

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

Shades of Sulu #BAE371

Tints of Sulu #BAE371

Color information

#BAE371 (or 0xBAE371) is unknown color: approx Sulu. HEX triplet: BA, E3 and 71. RGB value is (186,227,113). Sum of RGB (Red+Green+Blue) = 186+227+113=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE371 is #451C8E. Grayscale: #CACACA. Windows color (decimal): -4529295 or 7463866. OLE color: 7463866.

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

Color convert

RGB186227113-
CMYK0.1800.500.11
HSL81.58º67.06%66.67%-
HSV(B)81.58º50.22%89.02%-
XYZ50.766.5725.8-
YUV201.7477.92116.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 227 (89.06% from 255) = 43.16%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=35.36%
G=43.16%
B=21.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271130.1800.500.1181.5867.0666.67
HexBAE37112032B524343
Octal2723431612206213122103103
Binary101110101110001111100011001001100101011101001010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE371; }

 p { color: rgb(186,227,113); }

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

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

 a { background-color: rgb(186,227,113); }

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

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

 span { border-color: rgb(186,227,113); }

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