#BAD983

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

Shades of Sulu #BAD983

Tints of Sulu #BAD983

Color information

#BAD983 (or 0xBAD983) is unknown color: approx Sulu. HEX triplet: BA, D9 and 83. RGB value is (186,217,131). Sum of RGB (Red+Green+Blue) = 186+217+131=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD983 is #45267C. Grayscale: #C6C6C6. Windows color (decimal): -4531837 or 8640954. OLE color: 8640954.

HSL color Cylindrical-coordinate representation of color #BAD983: hue angle of 81.63º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAD983 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB186217131-
CMYK0.1400.400.15
HSL81.63º53.09%68.24%-
HSV(B)81.63º39.63%85.1%-
XYZ49.1661.730.79-
YUV197.9390.23119.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=34.83%
G=40.64%
B=24.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171310.1400.400.1581.6353.0968.24
HexBAD983E028F523544
Octal272331203160501712265104
Binary10111010110110011000001111100101000111110100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD983; }

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

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

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

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

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

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

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

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