#BAD182

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

Shades of Caper #BAD182

Tints of Caper #BAD182

Color information

#BAD182 (or 0xBAD182) is unknown color: approx Caper. HEX triplet: BA, D1 and 82. RGB value is (186,209,130). Sum of RGB (Red+Green+Blue) = 186+209+130=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD182 is #452E7D. Grayscale: #C1C1C1. Windows color (decimal): -4533886 or 8573370. OLE color: 8573370.

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

Color convert

RGB186209130-
CMYK0.1100.380.18
HSL77.47º46.2%66.47%-
HSV(B)77.47º37.8%81.96%-
XYZ47.0857.6529.77-
YUV193.1292.38122.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=35.43%
G=39.81%
B=24.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091300.1100.380.1877.4746.266.47
HexBAD182B026124d2e42
Octal272321202130462211556102
Binary101110101101000110000010101101001101001010011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD182; }

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

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

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

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

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

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

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

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