#BAEC80

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

Shades of Sulu #BAEC80

Tints of Sulu #BAEC80

Color information

#BAEC80 (or 0xBAEC80) is unknown color: approx Sulu. HEX triplet: BA, EC and 80. RGB value is (186,236,128). Sum of RGB (Red+Green+Blue) = 186+236+128=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC80 is #45137F. Grayscale: #D1D1D1. Windows color (decimal): -4526976 or 8449210. OLE color: 8449210.

HSL color Cylindrical-coordinate representation of color #BAEC80: hue angle of 87.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAEC80 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB186236128-
CMYK0.2100.460.07
HSL87.78º73.97%71.37%-
HSV(B)87.78º45.76%92.55%-
XYZ54.1471.9931.46-
YUV208.7482.44111.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=33.82%
G=42.91%
B=23.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361280.2100.460.0787.7873.9771.37
HexBAEC801502E7584a47
Octal272354200250567130112107
Binary101110101110110010000000101010101110111101100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC80; }

 p { color: rgb(186,236,128); }

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

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

 a { background-color: rgb(186,236,128); }

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

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

 span { border-color: rgb(186,236,128); }

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