#BAD280

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

Shades of Caper #BAD280

Tints of Caper #BAD280

Color information

#BAD280 (or 0xBAD280) is unknown color: approx Caper. HEX triplet: BA, D2 and 80. RGB value is (186,210,128). Sum of RGB (Red+Green+Blue) = 186+210+128=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD280 is #452D7F. Grayscale: #C1C1C1. Windows color (decimal): -4533632 or 8442554. OLE color: 8442554.

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

Color convert

RGB186210128-
CMYK0.1100.390.18
HSL77.56º47.67%66.27%-
HSV(B)77.56º39.05%82.35%-
XYZ47.1958.0929.15-
YUV193.4891.05122.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=35.50%
G=40.08%
B=24.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101280.1100.390.1877.5647.6766.27
HexBAD280B027124e3042
Octal272322200130472211660102
Binary101110101101001010000000101101001111001010011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD280; }

 p { color: rgb(186,210,128); }

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

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

 a { background-color: rgb(186,210,128); }

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

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

 span { border-color: rgb(186,210,128); }

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