#BAD281

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

Shades of Caper #BAD281

Tints of Caper #BAD281

Color information

#BAD281 (or 0xBAD281) is unknown color: approx Caper. HEX triplet: BA, D2 and 81. RGB value is (186,210,129). Sum of RGB (Red+Green+Blue) = 186+210+129=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD281 is #452D7E. Grayscale: #C1C1C1. Windows color (decimal): -4533631 or 8508090. OLE color: 8508090.

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

Color convert

RGB186210129-
CMYK0.1100.390.18
HSL77.78º47.37%66.47%-
HSV(B)77.78º38.57%82.35%-
XYZ47.2658.1229.5-
YUV193.5991.55122.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=35.43%
G=40%
B=24.57%

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
Decimal1862101290.1100.390.1877.7847.3766.47
HexBAD281B027124e2f42
Octal272322201130472211657102
Binary101110101101001010000001101101001111001010011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD281; }

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

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

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

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

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

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

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

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