#BAC78E

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

Shades of Caper #BAC78E

Tints of Caper #BAC78E

Color information

#BAC78E (or 0xBAC78E) is unknown color: approx Caper. HEX triplet: BA, C7 and 8E. RGB value is (186,199,142). Sum of RGB (Red+Green+Blue) = 186+199+142=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC78E is #453871. Grayscale: #BCBCBC. Windows color (decimal): -4536434 or 9357242. OLE color: 9357242.

HSL color Cylindrical-coordinate representation of color #BAC78E: hue angle of 73.68º 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 #BAC78E is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB186199142-
CMYK0.0700.290.22
HSL73.68º33.73%66.86%-
HSV(B)73.68º28.64%78.04%-
XYZ45.5653.2433.47-
YUV188.61101.69126.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=35.29%
G=37.76%
B=26.94%

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
Decimal1861991420.0700.290.2273.6833.7366.86
HexBAC78E701D164a2243
Octal27230721670352611242103
Binary1011101011000111100011101110111011011010010101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC78E; }

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

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

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

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

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

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

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

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