#BAEC82

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

Shades of Sulu #BAEC82

Tints of Sulu #BAEC82

Color information

#BAEC82 (or 0xBAEC82) is unknown color: approx Sulu. HEX triplet: BA, EC and 82. RGB value is (186,236,130). Sum of RGB (Red+Green+Blue) = 186+236+130=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC82 is #45137D. Grayscale: #D1D1D1. Windows color (decimal): -4526974 or 8580282. OLE color: 8580282.

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

Color convert

RGB186236130-
CMYK0.2100.450.07
HSL88.3º73.61%71.76%-
HSV(B)88.3º44.92%92.55%-
XYZ54.2772.0432.16-
YUV208.9783.44111.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 130 (51.17% from 255) = 23.55%
R=33.70%
G=42.75%
B=23.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361300.2100.450.0788.373.6171.76
HexBAEC821502D7584a48
Octal272354202250557130112110
Binary101110101110110010000010101010101101111101100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC82; }

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

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

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

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

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

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

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

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