#bad082

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

Shades of Caper #BAD082

Tints of Caper #BAD082

Color information

#BAD082 (or 0xBAD082) is unknown color: approx Caper. HEX triplet: BA, D0 and 82. RGB value is (186,208,130). Sum of RGB (Red+Green+Blue) = 186+208+130=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD082 is #452F7D. Grayscale: #C0C0C0. Windows color (decimal): -4534142 or 8573114. OLE color: 8573114.

HSL color Cylindrical-coordinate representation of color #BAD082: hue angle of 76.92º degrees, saturation: 0.45, 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 #BAD082 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB186208130-
CMYK0.1100.380.18
HSL76.92º45.35%66.27%-
HSV(B)76.92º37.5%81.57%-
XYZ46.8357.1629.68-
YUV192.5392.71123.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=35.50%
G=39.69%
B=24.81%

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
Decimal1862081300.1100.380.1876.9245.3566.27
HexBAD082B026124d2d42
Octal272320202130462211555102
Binary101110101101000010000010101101001101001010011011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bad082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bad082; }

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

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

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

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

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

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

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

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