#BAD284

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

Shades of Caper #BAD284

Tints of Caper #BAD284

Color information

#BAD284 (or 0xBAD284) is unknown color: approx Caper. HEX triplet: BA, D2 and 84. RGB value is (186,210,132). Sum of RGB (Red+Green+Blue) = 186+210+132=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD284 is #452D7B. Grayscale: #C2C2C2. Windows color (decimal): -4533628 or 8704698. OLE color: 8704698.

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

Color convert

RGB186210132-
CMYK0.1100.370.18
HSL78.46º46.43%67.06%-
HSV(B)78.46º37.14%82.35%-
XYZ47.4658.230.56-
YUV193.9393.05122.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 132 (51.95% from 255) = 25%
R=35.23%
G=39.77%
B=25%

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
Decimal1862101320.1100.370.1878.4646.4367.06
HexBAD284B025124e2e43
Octal272322204130452211656103
Binary101110101101001010000100101101001011001010011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD284; }

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

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

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

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

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

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

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

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