#BAD189

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

Shades of Caper #BAD189

Tints of Caper #BAD189

Color information

#BAD189 (or 0xBAD189) is unknown color: approx Caper. HEX triplet: BA, D1 and 89. RGB value is (186,209,137). Sum of RGB (Red+Green+Blue) = 186+209+137=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD189 is #452E76. Grayscale: #C2C2C2. Windows color (decimal): -4533879 or 9032122. OLE color: 9032122.

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

Color convert

RGB186209137-
CMYK0.1100.340.18
HSL79.17º43.9%67.84%-
HSV(B)79.17º34.45%81.96%-
XYZ47.5757.8532.33-
YUV193.9295.88122.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=34.96%
G=39.29%
B=25.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091370.1100.340.1879.1743.967.84
HexBAD189B022124f2c44
Octal272321211130422211754104
Binary101110101101000110001001101101000101001010011111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD189; }

 p { color: rgb(186,209,137); }

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

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

 a { background-color: rgb(186,209,137); }

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

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

 span { border-color: rgb(186,209,137); }

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