#BAD484

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

Shades of Caper #BAD484

Tints of Caper #BAD484

Color information

#BAD484 (or 0xBAD484) is unknown color: approx Caper. HEX triplet: BA, D4 and 84. RGB value is (186,212,132). Sum of RGB (Red+Green+Blue) = 186+212+132=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD484 is #452B7B. Grayscale: #C3C3C3. Windows color (decimal): -4533116 or 8705210. OLE color: 8705210.

HSL color Cylindrical-coordinate representation of color #BAD484: hue angle of 79.5º 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 #BAD484 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB186212132-
CMYK0.1200.380.17
HSL79.5º48.19%67.45%-
HSV(B)79.5º37.74%83.14%-
XYZ47.9659.1930.73-
YUV195.1192.39121.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 24.91%
R=35.09%
G=40%
B=24.91%

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
Decimal1862121320.1200.380.1779.548.1967.45
HexBAD484C02611503043
Octal272324204140462112060103
Binary101110101101010010000100110001001101000110100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD484; }

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

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

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

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

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

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

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

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