#BAD17F

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

Shades of Caper #BAD17F

Tints of Caper #BAD17F

Color information

#BAD17F (or 0xBAD17F) is unknown color: approx Caper. HEX triplet: BA, D1 and 7F. RGB value is (186,209,127). Sum of RGB (Red+Green+Blue) = 186+209+127=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD17F is #452E80. Grayscale: #C1C1C1. Windows color (decimal): -4533889 or 8376762. OLE color: 8376762.

HSL color Cylindrical-coordinate representation of color #BAD17F: hue angle of 76.83º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAD17F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB186209127-
CMYK0.1100.390.18
HSL76.83º47.13%65.88%-
HSV(B)76.83º39.23%81.96%-
XYZ46.8857.5728.72-
YUV192.7890.88123.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 127 (50% from 255) = 24.33%
R=35.63%
G=40.04%
B=24.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091270.1100.390.1876.8347.1365.88
HexBAD17FB027124d2f42
Octal272321177130472211557102
Binary10111010110100011111111101101001111001010011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD17F; }

 p { color: rgb(186,209,127); }

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

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

 a { background-color: rgb(186,209,127); }

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

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

 span { border-color: rgb(186,209,127); }

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