#BAD486

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

Shades of Caper #BAD486

Tints of Caper #BAD486

Color information

#BAD486 (or 0xBAD486) is unknown color: approx Caper. HEX triplet: BA, D4 and 86. RGB value is (186,212,134). Sum of RGB (Red+Green+Blue) = 186+212+134=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD486 is #452B79. Grayscale: #C3C3C3. Windows color (decimal): -4533114 or 8836282. OLE color: 8836282.

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

Color convert

RGB186212134-
CMYK0.1200.370.17
HSL80º47.56%67.84%-
HSV(B)80º36.79%83.14%-
XYZ48.159.2531.46-
YUV195.3393.39121.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=34.96%
G=39.85%
B=25.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121340.1200.370.178047.5667.84
HexBAD486C02511503044
Octal272324206140452112060104
Binary101110101101010010000110110001001011000110100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD486; }

 p { color: rgb(186,212,134); }

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

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

 a { background-color: rgb(186,212,134); }

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

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

 span { border-color: rgb(186,212,134); }

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