#BAD178

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

Shades of Caper #BAD178

Tints of Caper #BAD178

Color information

#BAD178 (or 0xBAD178) is unknown color: approx Caper. HEX triplet: BA, D1 and 78. RGB value is (186,209,120). Sum of RGB (Red+Green+Blue) = 186+209+120=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD178 is #452E87. Grayscale: #C0C0C0. Windows color (decimal): -4533896 or 7918010. OLE color: 7918010.

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

Color convert

RGB186209120-
CMYK0.1100.430.18
HSL75.51º49.17%64.51%-
HSV(B)75.51º42.58%81.96%-
XYZ46.4457.426.4-
YUV191.9887.38123.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=36.12%
G=40.58%
B=23.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091200.1100.430.1875.5149.1764.51
HexBAD178B02B124c3141
Octal272321170130532211461101
Binary10111010110100011111000101101010111001010011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD178; }

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

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

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

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

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

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

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

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