#BACC7D

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

Shades of Caper #BACC7D

Tints of Caper #BACC7D

Color information

#BACC7D (or 0xBACC7D) is unknown color: approx Caper. HEX triplet: BA, CC and 7D. RGB value is (186,204,125). Sum of RGB (Red+Green+Blue) = 186+204+125=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC7D is #453382. Grayscale: #BDBDBD. Windows color (decimal): -4535171 or 8244410. OLE color: 8244410.

HSL color Cylindrical-coordinate representation of color #BACC7D: hue angle of 73.67º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BACC7D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB186204125-
CMYK0.0900.390.2
HSL73.67º43.65%64.51%-
HSV(B)73.67º38.73%80%-
XYZ45.5455.1127.64-
YUV189.6191.54125.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=36.12%
G=39.61%
B=24.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041250.0900.390.273.6743.6564.51
HexBACC7D9027144a2c41
Octal272314175110472411254101
Binary10111010110011001111101100101001111010010010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC7D; }

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

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

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

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

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

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

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

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