#BAD37A

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

Shades of Caper #BAD37A

Tints of Caper #BAD37A

Color information

#BAD37A (or 0xBAD37A) is unknown color: approx Caper. HEX triplet: BA, D3 and 7A. RGB value is (186,211,122). Sum of RGB (Red+Green+Blue) = 186+211+122=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD37A is #452C85. Grayscale: #C1C1C1. Windows color (decimal): -4533382 or 8049594. OLE color: 8049594.

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

Color convert

RGB186211122-
CMYK0.1200.420.17
HSL76.85º50.28%65.29%-
HSV(B)76.85º42.18%82.75%-
XYZ47.0658.4327.21-
YUV193.3887.72122.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 211 (82.81% from 255) = 40.66%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=35.84%
G=40.66%
B=23.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111220.1200.420.1776.8550.2865.29
HexBAD37AC02A114d3241
Octal272323172140522111562101
Binary10111010110100111111010110001010101000110011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD37A; }

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

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

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

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

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

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

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

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