#BAC58B

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

Shades of Caper #BAC58B

Tints of Caper #BAC58B

Color information

#BAC58B (or 0xBAC58B) is unknown color: approx Caper. HEX triplet: BA, C5 and 8B. RGB value is (186,197,139). Sum of RGB (Red+Green+Blue) = 186+197+139=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC58B is #453A74. Grayscale: #BBBBBB. Windows color (decimal): -4536949 or 9160122. OLE color: 9160122.

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

Color convert

RGB186197139-
CMYK0.0600.290.23
HSL71.38º33.33%65.88%-
HSV(B)71.38º29.44%77.25%-
XYZ44.8852.2432.14-
YUV187.1100.86127.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 197 (77.34% from 255) = 37.74%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=35.63%
G=37.74%
B=26.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971390.0600.290.2371.3833.3365.88
HexBAC58B601D17472142
Octal27230521360352710741102
Binary1011101011000101100010111100111011011110001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC58B; }

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

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

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

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

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

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

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

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