#BAC68A

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

Shades of Caper #BAC68A

Tints of Caper #BAC68A

Color information

#BAC68A (or 0xBAC68A) is unknown color: approx Caper. HEX triplet: BA, C6 and 8A. RGB value is (186,198,138). Sum of RGB (Red+Green+Blue) = 186+198+138=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC68A is #453975. Grayscale: #BBBBBB. Windows color (decimal): -4536694 or 9094842. OLE color: 9094842.

HSL color Cylindrical-coordinate representation of color #BAC68A: hue angle of 72º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC68A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB186198138-
CMYK0.0600.300.22
HSL72º34.48%65.88%-
HSV(B)72º30.3%77.65%-
XYZ45.0352.6631.84-
YUV187.57100.02126.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=35.63%
G=37.93%
B=26.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981380.0600.300.227234.4865.88
HexBAC68A601E16482242
Octal27230621260362611042102
Binary1011101011000110100010101100111101011010010001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC68A; }

 p { color: rgb(186,198,138); }

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

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

 a { background-color: rgb(186,198,138); }

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

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

 span { border-color: rgb(186,198,138); }

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