#BAD57A

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

Shades of Caper #BAD57A

Tints of Caper #BAD57A

Color information

#BAD57A (or 0xBAD57A) is unknown color: approx Caper. HEX triplet: BA, D5 and 7A. RGB value is (186,213,122). Sum of RGB (Red+Green+Blue) = 186+213+122=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD57A is #452A85. Grayscale: #C2C2C2. Windows color (decimal): -4532870 or 8050106. OLE color: 8050106.

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

Color convert

RGB186213122-
CMYK0.1300.430.16
HSL77.8º52%65.69%-
HSV(B)77.8º42.72%83.53%-
XYZ47.5659.4327.38-
YUV194.5587.05121.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=35.70%
G=40.88%
B=23.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131220.1300.430.1677.85265.69
HexBAD57AD02B104e3442
Octal272325172150532011664102
Binary10111010110101011111010110101010111000010011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD57A; }

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

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

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

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

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

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

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

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