#BAE884

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

Shades of Sulu #BAE884

Tints of Sulu #BAE884

Color information

#BAE884 (or 0xBAE884) is unknown color: approx Sulu. HEX triplet: BA, E8 and 84. RGB value is (186,232,132). Sum of RGB (Red+Green+Blue) = 186+232+132=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE884 is #45177B. Grayscale: #CFCFCF. Windows color (decimal): -4527996 or 8710330. OLE color: 8710330.

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

Color convert

RGB186232132-
CMYK0.2000.430.09
HSL87.6º68.49%71.37%-
HSV(B)87.6º43.1%90.98%-
XYZ53.2769.8232.5-
YUV206.8585.76113.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 132 (51.95% from 255) = 24%
R=33.82%
G=42.18%
B=24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321320.2000.430.0987.668.4971.37
HexBAE8841402B9584447
Octal2723502042405311130104107
Binary1011101011101000100001001010001010111001101100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE884; }

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

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

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

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

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

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

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

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