#BAD57C

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

Shades of Caper #BAD57C

Tints of Caper #BAD57C

Color information

#BAD57C (or 0xBAD57C) is unknown color: approx Caper. HEX triplet: BA, D5 and 7C. RGB value is (186,213,124). Sum of RGB (Red+Green+Blue) = 186+213+124=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD57C is #452A83. Grayscale: #C3C3C3. Windows color (decimal): -4532868 or 8181178. OLE color: 8181178.

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

Color convert

RGB186213124-
CMYK0.1300.420.16
HSL78.2º51.45%66.08%-
HSV(B)78.2º41.78%83.53%-
XYZ47.6859.4828.04-
YUV194.7888.05121.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 124 (48.83% from 255) = 23.71%
R=35.56%
G=40.73%
B=23.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131240.1300.420.1678.251.4566.08
HexBAD57CD02A104e3342
Octal272325174150522011663102
Binary10111010110101011111100110101010101000010011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD57C; }

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

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

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

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

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

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

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

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