#BAD08A

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

Shades of Caper #BAD08A

Tints of Caper #BAD08A

Color information

#BAD08A (or 0xBAD08A) is unknown color: approx Caper. HEX triplet: BA, D0 and 8A. RGB value is (186,208,138). Sum of RGB (Red+Green+Blue) = 186+208+138=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD08A is #452F75. Grayscale: #C1C1C1. Windows color (decimal): -4534134 or 9097402. OLE color: 9097402.

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

Color convert

RGB186208138-
CMYK0.1100.340.18
HSL78.86º42.68%67.84%-
HSV(B)78.86º33.65%81.57%-
XYZ47.3957.3932.62-
YUV193.4496.71122.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=34.96%
G=39.10%
B=25.94%

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
Decimal1862081380.1100.340.1878.8642.6867.84
HexBAD08AB022124f2b44
Octal272320212130422211753104
Binary101110101101000010001010101101000101001010011111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD08A; }

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

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

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

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

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

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

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

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