#BAD07C

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

Shades of Caper #BAD07C

Tints of Caper #BAD07C

Color information

#BAD07C (or 0xBAD07C) is unknown color: approx Caper. HEX triplet: BA, D0 and 7C. RGB value is (186,208,124). Sum of RGB (Red+Green+Blue) = 186+208+124=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD07C is #452F83. Grayscale: #C0C0C0. Windows color (decimal): -4534148 or 8179898. OLE color: 8179898.

HSL color Cylindrical-coordinate representation of color #BAD07C: hue angle of 75.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAD07C is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB186208124-
CMYK0.1100.400.18
HSL75.71º47.19%65.1%-
HSV(B)75.71º40.38%81.57%-
XYZ46.4457.0127.62-
YUV191.8589.71123.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 124 (48.83% from 255) = 23.94%
R=35.91%
G=40.15%
B=23.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081240.1100.400.1875.7147.1965.1
HexBAD07CB028124c2f41
Octal272320174130502211457101
Binary10111010110100001111100101101010001001010011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD07C; }

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

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

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

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

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

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

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

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