#BAE880

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

Shades of Sulu #BAE880

Tints of Sulu #BAE880

Color information

#BAE880 (or 0xBAE880) is unknown color: approx Sulu. HEX triplet: BA, E8 and 80. RGB value is (186,232,128). Sum of RGB (Red+Green+Blue) = 186+232+128=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE880 is #45177F. Grayscale: #CECECE. Windows color (decimal): -4528000 or 8448186. OLE color: 8448186.

HSL color Cylindrical-coordinate representation of color #BAE880: hue angle of 86.54º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE880 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB186232128-
CMYK0.2000.450.09
HSL86.54º69.33%70.59%-
HSV(B)86.54º44.83%90.98%-
XYZ5369.7131.08-
YUV206.3983.76113.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 232 (91.02% from 255) = 42.49%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=34.07%
G=42.49%
B=23.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321280.2000.450.0986.5469.3370.59
HexBAE8801402D9574547
Octal2723502002405511127105107
Binary1011101011101000100000001010001011011001101011110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE880; }

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

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

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

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

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

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

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

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