#BACA7D

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

Shades of Caper #BACA7D

Tints of Caper #BACA7D

Color information

#BACA7D (or 0xBACA7D) is unknown color: approx Caper. HEX triplet: BA, CA and 7D. RGB value is (186,202,125). Sum of RGB (Red+Green+Blue) = 186+202+125=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA7D is #453582. Grayscale: #BCBCBC. Windows color (decimal): -4535683 or 8243898. OLE color: 8243898.

HSL color Cylindrical-coordinate representation of color #BACA7D: hue angle of 72.47º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BACA7D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB186202125-
CMYK0.0800.380.21
HSL72.47º42.08%64.12%-
HSV(B)72.47º38.12%79.22%-
XYZ45.0754.1627.48-
YUV188.4492.2126.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=36.26%
G=39.38%
B=24.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021250.0800.380.2172.4742.0864.12
HexBACA7D802615482a40
Octal272312175100462511052100
Binary10111010110010101111101100001001101010110010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA7D; }

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

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

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

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

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

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

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

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