#BAE983

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

Shades of Sulu #BAE983

Tints of Sulu #BAE983

Color information

#BAE983 (or 0xBAE983) is unknown color: approx Sulu. HEX triplet: BA, E9 and 83. RGB value is (186,233,131). Sum of RGB (Red+Green+Blue) = 186+233+131=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE983 is #45167C. Grayscale: #CFCFCF. Windows color (decimal): -4527741 or 8645050. OLE color: 8645050.

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

Color convert

RGB186233131-
CMYK0.2000.440.09
HSL87.65º69.86%71.37%-
HSV(B)87.65º43.78%91.37%-
XYZ53.4970.3632.23-
YUV207.3284.93112.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=33.82%
G=42.36%
B=23.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331310.2000.440.0987.6569.8671.37
HexBAE9831402C9584647
Octal2723512032405411130106107
Binary1011101011101001100000111010001011001001101100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE983; }

 p { color: rgb(186,233,131); }

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

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

 a { background-color: rgb(186,233,131); }

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

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

 span { border-color: rgb(186,233,131); }

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