#BAD980

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

Shades of Sulu #BAD980

Tints of Sulu #BAD980

Color information

#BAD980 (or 0xBAD980) is unknown color: approx Sulu. HEX triplet: BA, D9 and 80. RGB value is (186,217,128). Sum of RGB (Red+Green+Blue) = 186+217+128=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD980 is #45267F. Grayscale: #C5C5C5. Windows color (decimal): -4531840 or 8444346. OLE color: 8444346.

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

Color convert

RGB186217128-
CMYK0.1400.410.15
HSL80.9º53.94%67.65%-
HSV(B)80.9º41.01%85.1%-
XYZ48.9661.6229.74-
YUV197.5888.73119.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=35.03%
G=40.87%
B=24.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171280.1400.410.1580.953.9467.65
HexBAD980E029F513644
Octal272331200160511712166104
Binary10111010110110011000000011100101001111110100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD980; }

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

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

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

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

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

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

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

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