#BAD382

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

Shades of Caper #BAD382

Tints of Caper #BAD382

Color information

#BAD382 (or 0xBAD382) is unknown color: approx Caper. HEX triplet: BA, D3 and 82. RGB value is (186,211,130). Sum of RGB (Red+Green+Blue) = 186+211+130=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD382 is #452C7D. Grayscale: #C2C2C2. Windows color (decimal): -4533374 or 8573882. OLE color: 8573882.

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

Color convert

RGB186211130-
CMYK0.1200.380.17
HSL78.52º47.93%66.86%-
HSV(B)78.52º38.39%82.75%-
XYZ47.5758.6429.93-
YUV194.2991.72122.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=35.29%
G=40.04%
B=24.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111300.1200.380.1778.5247.9366.86
HexBAD382C026114f3043
Octal272323202140462111760103
Binary101110101101001110000010110001001101000110011111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD382; }

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

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

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

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

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

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

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

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