#BAD47D

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

Shades of Caper #BAD47D

Tints of Caper #BAD47D

Color information

#BAD47D (or 0xBAD47D) is unknown color: approx Caper. HEX triplet: BA, D4 and 7D. RGB value is (186,212,125). Sum of RGB (Red+Green+Blue) = 186+212+125=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD47D is #452B82. Grayscale: #C2C2C2. Windows color (decimal): -4533123 or 8246458. OLE color: 8246458.

HSL color Cylindrical-coordinate representation of color #BAD47D: hue angle of 77.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAD47D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB186212125-
CMYK0.1200.410.17
HSL77.93º50.29%66.08%-
HSV(B)77.93º41.04%83.14%-
XYZ47.4959.0128.29-
YUV194.3188.89122.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=35.56%
G=40.54%
B=23.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121250.1200.410.1777.9350.2966.08
HexBAD47DC029114e3242
Octal272324175140512111662102
Binary10111010110101001111101110001010011000110011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD47D; }

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

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

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

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

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

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

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

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