#BAD184

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

Shades of Caper #BAD184

Tints of Caper #BAD184

Color information

#BAD184 (or 0xBAD184) is unknown color: approx Caper. HEX triplet: BA, D1 and 84. RGB value is (186,209,132). Sum of RGB (Red+Green+Blue) = 186+209+132=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD184 is #452E7B. Grayscale: #C1C1C1. Windows color (decimal): -4533884 or 8704442. OLE color: 8704442.

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

Color convert

RGB186209132-
CMYK0.1100.370.18
HSL77.92º45.56%66.86%-
HSV(B)77.92º36.84%81.96%-
XYZ47.2257.7130.48-
YUV193.3493.38122.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=35.29%
G=39.66%
B=25.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091320.1100.370.1877.9245.5666.86
HexBAD184B025124e2e43
Octal272321204130452211656103
Binary101110101101000110000100101101001011001010011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD184; }

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

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

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

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

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

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

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

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