#BAE388

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

Shades of Sulu #BAE388

Tints of Sulu #BAE388

Color information

#BAE388 (or 0xBAE388) is unknown color: approx Sulu. HEX triplet: BA, E3 and 88. RGB value is (186,227,136). Sum of RGB (Red+Green+Blue) = 186+227+136=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE388 is #451C77. Grayscale: #CCCCCC. Windows color (decimal): -4529272 or 8971194. OLE color: 8971194.

HSL color Cylindrical-coordinate representation of color #BAE388: hue angle of 87.03º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAE388 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB186227136-
CMYK0.1800.400.11
HSL87.03º61.9%71.18%-
HSV(B)87.03º40.09%89.02%-
XYZ52.1667.1533.51-
YUV204.3789.42114.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=33.88%
G=41.35%
B=24.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862271360.1800.400.1187.0361.971.18
HexBAE38812028B573e47
Octal272343210220501312776107
Binary101110101110001110001000100100101000101110101111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE388; }

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

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

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

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

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

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

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

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