#BAD985

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

Shades of Sulu #BAD985

Tints of Sulu #BAD985

Color information

#BAD985 (or 0xBAD985) is unknown color: approx Sulu. HEX triplet: BA, D9 and 85. RGB value is (186,217,133). Sum of RGB (Red+Green+Blue) = 186+217+133=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD985 is #45267A. Grayscale: #C6C6C6. Windows color (decimal): -4531835 or 8772026. OLE color: 8772026.

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

Color convert

RGB186217133-
CMYK0.1400.390.15
HSL82.14º52.5%68.63%-
HSV(B)82.14º38.71%85.1%-
XYZ49.361.7631.51-
YUV198.1691.23119.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=34.70%
G=40.49%
B=24.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171330.1400.390.1582.1452.568.63
HexBAD985E027F523545
Octal272331205160471712265105
Binary10111010110110011000010111100100111111110100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD985; }

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

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

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

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

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

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

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

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