#BAD289

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

Shades of Caper #BAD289

Tints of Caper #BAD289

Color information

#BAD289 (or 0xBAD289) is unknown color: approx Caper. HEX triplet: BA, D2 and 89. RGB value is (186,210,137). Sum of RGB (Red+Green+Blue) = 186+210+137=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD289 is #452D76. Grayscale: #C2C2C2. Windows color (decimal): -4533623 or 9032378. OLE color: 9032378.

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

Color convert

RGB186210137-
CMYK0.1100.350.18
HSL79.73º44.79%68.04%-
HSV(B)79.73º34.76%82.35%-
XYZ47.8158.3432.41-
YUV194.595.55121.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 137 (53.91% from 255) = 25.70%
R=34.90%
G=39.40%
B=25.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101370.1100.350.1879.7344.7968.04
HexBAD289B02312502d44
Octal272322211130432212055104
Binary101110101101001010001001101101000111001010100001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD289; }

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

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

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

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

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

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

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

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