#BAD477

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

Shades of Caper #BAD477

Tints of Caper #BAD477

Color information

#BAD477 (or 0xBAD477) is unknown color: approx Caper. HEX triplet: BA, D4 and 77. RGB value is (186,212,119). Sum of RGB (Red+Green+Blue) = 186+212+119=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD477 is #452B88. Grayscale: #C1C1C1. Windows color (decimal): -4533129 or 7853242. OLE color: 7853242.

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

Color convert

RGB186212119-
CMYK0.1200.440.17
HSL76.77º51.96%64.9%-
HSV(B)76.77º43.87%83.14%-
XYZ47.1258.8626.33-
YUV193.6285.89122.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=35.98%
G=41.01%
B=23.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121190.1200.440.1776.7751.9664.9
HexBAD477C02C114d3441
Octal272324167140542111564101
Binary10111010110101001110111110001011001000110011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD477; }

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

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

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

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

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

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

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

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