#BAD07E

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

Shades of Caper #BAD07E

Tints of Caper #BAD07E

Color information

#BAD07E (or 0xBAD07E) is unknown color: approx Caper. HEX triplet: BA, D0 and 7E. RGB value is (186,208,126). Sum of RGB (Red+Green+Blue) = 186+208+126=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD07E is #452F81. Grayscale: #C0C0C0. Windows color (decimal): -4534146 or 8310970. OLE color: 8310970.

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

Color convert

RGB186208126-
CMYK0.1100.390.18
HSL76.1º46.59%65.49%-
HSV(B)76.1º39.42%81.57%-
XYZ46.5757.0628.3-
YUV192.0790.71123.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 24.23%
R=35.77%
G=40%
B=24.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081260.1100.390.1876.146.5965.49
HexBAD07EB027124c2f41
Octal272320176130472211457101
Binary10111010110100001111110101101001111001010011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD07E; }

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

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

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

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

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

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

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

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