#BAC78D

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

Shades of Caper #BAC78D

Tints of Caper #BAC78D

Color information

#BAC78D (or 0xBAC78D) is unknown color: approx Caper. HEX triplet: BA, C7 and 8D. RGB value is (186,199,141). Sum of RGB (Red+Green+Blue) = 186+199+141=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC78D is #453872. Grayscale: #BCBCBC. Windows color (decimal): -4536435 or 9291706. OLE color: 9291706.

HSL color Cylindrical-coordinate representation of color #BAC78D: hue angle of 73.45º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC78D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB186199141-
CMYK0.0700.290.22
HSL73.45º34.12%66.67%-
HSV(B)73.45º29.15%78.04%-
XYZ45.4853.2133.07-
YUV188.5101.19126.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=35.36%
G=37.83%
B=26.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991410.0700.290.2273.4534.1266.67
HexBAC78D701D16492243
Octal27230721570352611142103
Binary1011101011000111100011011110111011011010010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC78D; }

 p { color: rgb(186,199,141); }

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

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

 a { background-color: rgb(186,199,141); }

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

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

 span { border-color: rgb(186,199,141); }

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