#BAD07D

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

Shades of Caper #BAD07D

Tints of Caper #BAD07D

Color information

#BAD07D (or 0xBAD07D) is unknown color: approx Caper. HEX triplet: BA, D0 and 7D. RGB value is (186,208,125). Sum of RGB (Red+Green+Blue) = 186+208+125=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD07D is #452F82. Grayscale: #C0C0C0. Windows color (decimal): -4534147 or 8245434. OLE color: 8245434.

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

Color convert

RGB186208125-
CMYK0.1100.400.18
HSL75.9º46.89%65.29%-
HSV(B)75.9º39.9%81.57%-
XYZ46.5157.0327.96-
YUV191.9690.21123.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=35.84%
G=40.08%
B=24.08%

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
Decimal1862081250.1100.400.1875.946.8965.29
HexBAD07DB028124c2f41
Octal272320175130502211457101
Binary10111010110100001111101101101010001001010011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD07D; }

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

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

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

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

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

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

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

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