#BAD089

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

Shades of Caper #BAD089

Tints of Caper #BAD089

Color information

#BAD089 (or 0xBAD089) is unknown color: approx Caper. HEX triplet: BA, D0 and 89. RGB value is (186,208,137). Sum of RGB (Red+Green+Blue) = 186+208+137=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD089 is #452F76. Grayscale: #C1C1C1. Windows color (decimal): -4534135 or 9031866. OLE color: 9031866.

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

Color convert

RGB186208137-
CMYK0.1100.340.18
HSL78.59º43.03%67.65%-
HSV(B)78.59º34.13%81.57%-
XYZ47.3257.3632.24-
YUV193.3396.21122.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=35.03%
G=39.17%
B=25.80%

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
Decimal1862081370.1100.340.1878.5943.0367.65
HexBAD089B022124f2b44
Octal272320211130422211753104
Binary101110101101000010001001101101000101001010011111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD089; }

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

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

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

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

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

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

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

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