#BAD587

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

Shades of Caper #BAD587

Tints of Caper #BAD587

Color information

#BAD587 (or 0xBAD587) is unknown color: approx Caper. HEX triplet: BA, D5 and 87. RGB value is (186,213,135). Sum of RGB (Red+Green+Blue) = 186+213+135=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD587 is #452A78. Grayscale: #C4C4C4. Windows color (decimal): -4532857 or 8902074. OLE color: 8902074.

HSL color Cylindrical-coordinate representation of color #BAD587: hue angle of 80.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAD587 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB186213135-
CMYK0.1300.370.16
HSL80.77º48.15%68.24%-
HSV(B)80.77º36.62%83.53%-
XYZ48.4259.7831.91-
YUV196.0393.55120.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=34.83%
G=39.89%
B=25.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131350.1300.370.1680.7748.1568.24
HexBAD587D02510513044
Octal272325207150452012160104
Binary101110101101010110000111110101001011000010100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD587; }

 p { color: rgb(186,213,135); }

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

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

 a { background-color: rgb(186,213,135); }

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

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

 span { border-color: rgb(186,213,135); }

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