#BAC58A

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

Shades of Caper #BAC58A

Tints of Caper #BAC58A

Color information

#BAC58A (or 0xBAC58A) is unknown color: approx Caper. HEX triplet: BA, C5 and 8A. RGB value is (186,197,138). Sum of RGB (Red+Green+Blue) = 186+197+138=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC58A is #453A75. Grayscale: #BBBBBB. Windows color (decimal): -4536950 or 9094586. OLE color: 9094586.

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

Color convert

RGB186197138-
CMYK0.0600.300.23
HSL71.19º33.71%65.69%-
HSV(B)71.19º29.95%77.25%-
XYZ44.852.2131.76-
YUV186.98100.36127.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=35.70%
G=37.81%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971380.0600.300.2371.1933.7165.69
HexBAC58A601E17472242
Octal27230521260362710742102
Binary1011101011000101100010101100111101011110001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC58A; }

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

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

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

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

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

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

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

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